mirror of
https://github.com/glfw/glfw.git
synced 2026-09-23 00:59:48 +00:00
Fix missing include in Nuklear GLFW backend
This commit is contained in:
Vendored
+2
@@ -15,6 +15,8 @@
|
|||||||
|
|
||||||
#include <GLFW/glfw3.h>
|
#include <GLFW/glfw3.h>
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
enum nk_glfw_init_state{
|
enum nk_glfw_init_state{
|
||||||
NK_GLFW3_DEFAULT = 0,
|
NK_GLFW3_DEFAULT = 0,
|
||||||
NK_GLFW3_INSTALL_CALLBACKS
|
NK_GLFW3_INSTALL_CALLBACKS
|
||||||
|
|||||||
Reference in New Issue
Block a user