Browse Source

Fix include path (#533)

gleblebedev 2 years ago
parent
commit
e1184fa891
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/Core/Context.cpp

+ 1 - 1
Source/Core/Context.cpp

@@ -38,10 +38,10 @@
 #include "../../Include/RmlUi/Core/RenderInterface.h"
 #include "../../Include/RmlUi/Core/StreamMemory.h"
 #include "../../Include/RmlUi/Core/SystemInterface.h"
+#include "../../Include/RmlUi/Core/Debug.h"
 #include "DataModel.h"
 #include "EventDispatcher.h"
 #include "PluginRegistry.h"
-#include "RmlUi/Core/Debug.h"
 #include "ScrollController.h"
 #include "StreamFile.h"
 #include <algorithm>