From f6044f8f06fa1dcfb52a8e13c1c404d5b5ac3501 Mon Sep 17 00:00:00 2001 From: Hinageshi <69386319+Hinageshi01@users.noreply.github.com> Date: Mon, 23 Oct 2023 22:49:23 +0800 Subject: [PATCH] Fix clang compile error (#413) --- Engine/Source/Runtime/ImGui/UILayers/Profiler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Engine/Source/Runtime/ImGui/UILayers/Profiler.cpp b/Engine/Source/Runtime/ImGui/UILayers/Profiler.cpp index 5f7aef2b..96a3d2ba 100644 --- a/Engine/Source/Runtime/ImGui/UILayers/Profiler.cpp +++ b/Engine/Source/Runtime/ImGui/UILayers/Profiler.cpp @@ -7,7 +7,7 @@ #include #include -#include +#include namespace {