1
0
mirror of synced 2025-02-14 17:42:35 +01:00

fix: Missing GLFW include on macOS

This commit is contained in:
WerWolv 2025-02-06 14:12:52 +01:00
parent 0cd557a686
commit db000c4b12

View File

@ -14,6 +14,7 @@
#include <unistd.h> #include <unistd.h>
#include <GLFW/glfw3.h>
#include <imgui_impl_glfw.h> #include <imgui_impl_glfw.h>
namespace hex { namespace hex {