From 2d4cb69b6b400853ec6c8834ebd4b0212439ffd6 Mon Sep 17 00:00:00 2001 From: assiduous Date: Wed, 17 Feb 2021 10:23:38 -0800 Subject: Updated imgui --- Imgui/src/ImGuiImplWin32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Imgui/src/ImGuiImplWin32.cpp') 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); -- cgit v1.2.3