Skip to content

Commit

Permalink
Fix missing include in Nuklear GLFW backend
Browse files Browse the repository at this point in the history
  • Loading branch information
elmindreda committed Feb 8, 2017
1 parent b151904 commit 4250725
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deps/nuklear_glfw_gl2.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

#include <GLFW/glfw3.h>

#include <string.h>

enum nk_glfw_init_state{
NK_GLFW3_DEFAULT = 0,
NK_GLFW3_INSTALL_CALLBACKS
Expand Down

0 comments on commit 4250725

Please sign in to comment.