mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Fix missing include in Nuklear GLFW backend
This commit is contained in:
parent
b151904316
commit
4250725a60
2
deps/nuklear_glfw_gl2.h
vendored
2
deps/nuklear_glfw_gl2.h
vendored
@ -15,6 +15,8 @@
|
||||
|
||||
#include <GLFW/glfw3.h>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
enum nk_glfw_init_state{
|
||||
NK_GLFW3_DEFAULT = 0,
|
||||
NK_GLFW3_INSTALL_CALLBACKS
|
||||
|
Loading…
Reference in New Issue
Block a user