From 8bd4c23d367cf74eb1770e473f8bcb7432a2bd4d Mon Sep 17 00:00:00 2001 From: automaticp Date: Thu, 29 Dec 2022 19:57:24 +0600 Subject: [PATCH] Add missing include --- include/glfwpp/helper.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/glfwpp/helper.h b/include/glfwpp/helper.h index b93e825..4ef39c2 100644 --- a/include/glfwpp/helper.h +++ b/include/glfwpp/helper.h @@ -2,6 +2,7 @@ #define GLFWPP_HELPER_H #include +#include #define GLFWPP_ENUM_FLAGS_OPERATORS(Enum) \ inline std::underlying_type_t operator~(Enum lhs) \