diff options
Diffstat (limited to 'src/imgui_ui_debug.cpp')
-rw-r--r-- | src/imgui_ui_debug.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/imgui_ui_debug.cpp b/src/imgui_ui_debug.cpp index 8c63ff3..04adce6 100644 --- a/src/imgui_ui_debug.cpp +++ b/src/imgui_ui_debug.cpp @@ -1,3 +1,7 @@ +#if SPECIAL +#include "main.h" +#endif + static void ImGui_DebugMemoryViewer(memory *Memory, project_state *State) { |