Fix missing include in Nuklear GLFW backend

This commit is contained in:
Camilla Löwy 2017-02-08 15:32:41 +01:00
parent b151904316
commit 4250725a60

View File

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