Browse Source

Fix include

Rokas Kupstys 8 years ago
parent
commit
560b9e77f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/Atomic/UI/SystemUI/DebugHud.cpp

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

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