From 4250725a6028713ad8896a3a0dbf3b7e8b448aa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Wed, 8 Feb 2017 15:32:41 +0100 Subject: [PATCH] Fix missing include in Nuklear GLFW backend --- deps/nuklear_glfw_gl2.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deps/nuklear_glfw_gl2.h b/deps/nuklear_glfw_gl2.h index a2a615c6..da2fbaa7 100644 --- a/deps/nuklear_glfw_gl2.h +++ b/deps/nuklear_glfw_gl2.h @@ -15,6 +15,8 @@ #include +#include + enum nk_glfw_init_state{ NK_GLFW3_DEFAULT = 0, NK_GLFW3_INSTALL_CALLBACKS