summaryrefslogtreecommitdiffstats
path: root/Imgui/interface
diff options
context:
space:
mode:
Diffstat (limited to 'Imgui/interface')
-rw-r--r--Imgui/interface/ImGuiUtils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Imgui/interface/ImGuiUtils.h b/Imgui/interface/ImGuiUtils.h
index 62e3e45..7bbe806 100644
--- a/Imgui/interface/ImGuiUtils.h
+++ b/Imgui/interface/ImGuiUtils.h
@@ -26,8 +26,8 @@
#include <algorithm>
#include <limits>
-#include "imgui.h"
-#include "imgui_internal.h"
+#include "../../ThirdParty/imgui/imgui.h"
+#include "../../ThirdParty/imgui/imgui_internal.h"
namespace Diligent
{