Rokas Kupstys 8 лет назад
Родитель
Сommit
560b9e77f4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Source/Atomic/UI/SystemUI/DebugHud.cpp

+ 1 - 1
Source/Atomic/UI/SystemUI/DebugHud.cpp

@@ -21,13 +21,13 @@
 // THE SOFTWARE.
 //
 
-#include <UI/UI.h>
 #include "../../Core/CoreEvents.h"
 #include "../../Core/Profiler.h"
 #include "../../Engine/Engine.h"
 #include "../../Graphics/Graphics.h"
 #include "../../Graphics/Renderer.h"
 #include "../../IO/Log.h"
+#include "../../UI/UI.h"
 #include "../../UI/SystemUI/SystemUI.h"
 #include "../../UI/SystemUI/DebugHud.h"