summaryrefslogtreecommitdiffstats
path: root/Imgui/src/ImGuiImplWin32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Imgui/src/ImGuiImplWin32.cpp')
-rw-r--r--Imgui/src/ImGuiImplWin32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Imgui/src/ImGuiImplWin32.cpp b/Imgui/src/ImGuiImplWin32.cpp
index ddfb512..2c01cc6 100644
--- a/Imgui/src/ImGuiImplWin32.cpp
+++ b/Imgui/src/ImGuiImplWin32.cpp
@@ -33,7 +33,7 @@
#include "GraphicsTypes.h"
#include "imgui.h"
#include "ImGuiImplWin32.hpp"
-#include "examples/imgui_impl_win32.h"
+#include "backends/imgui_impl_win32.h"
#include "DebugUtilities.hpp"
IMGUI_IMPL_API LRESULT ImGui_ImplWin32_WndProcHandler(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);