Skip to content

Commit

Permalink
fix: Missing glfw include
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv committed Jan 19, 2025
1 parent 7c0331d commit 5e35322
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/libimhex/source/helpers/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
#include <imgui.h>
#include <imgui_internal.h>

#include <GLFW/glfw3.h>

#if defined(OS_WINDOWS)
#include <windows.h>
#include <shellapi.h>
Expand Down

0 comments on commit 5e35322

Please sign in to comment.