diff --git a/sfw/render_gui/imgui_impl_glfw.cpp b/sfw/render_gui/imgui_impl_glfw.cpp index 06b5142..7d32343 100644 --- a/sfw/render_gui/imgui_impl_glfw.cpp +++ b/sfw/render_gui/imgui_impl_glfw.cpp @@ -89,21 +89,23 @@ #endif // GLFW -#include #ifdef _WIN32 #undef APIENTRY #ifndef GLFW_EXPOSE_NATIVE_WIN32 #define GLFW_EXPOSE_NATIVE_WIN32 #endif -#include // for glfwGetWin32Window() +//#include // for glfwGetWin32Window() #endif #ifdef __APPLE__ #ifndef GLFW_EXPOSE_NATIVE_COCOA #define GLFW_EXPOSE_NATIVE_COCOA #endif -#include // for glfwGetCocoaWindow() +//#include // for glfwGetCocoaWindow() #endif + +#include "render_core/3rd_glfw3.h" + #ifndef _WIN32 #include // for usleep() #endif