Browse Source

Fix missing include in Nuklear GLFW backend

Camilla Löwy 8 years ago
parent
commit
4250725a60
1 changed files with 2 additions and 0 deletions
  1. 2 0
      deps/nuklear_glfw_gl2.h

+ 2 - 0
deps/nuklear_glfw_gl2.h

@@ -15,6 +15,8 @@
 
 #include <GLFW/glfw3.h>
 
+#include <string.h>
+
 enum nk_glfw_init_state{
     NK_GLFW3_DEFAULT = 0,
     NK_GLFW3_INSTALL_CALLBACKS