Jelajahi Sumber

Use relative include path in header file (#643)

Jonathan 1 tahun lalu
induk
melakukan
524430c2d4
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Include/RmlUi/Core/TextInputContext.h

+ 1 - 1
Include/RmlUi/Core/TextInputContext.h

@@ -29,7 +29,7 @@
 #ifndef RMLUI_CORE_TEXTINPUTCONTEXT_H
 #define RMLUI_CORE_TEXTINPUTCONTEXT_H
 
-#include <RmlUi/Core/StringUtilities.h>
+#include "StringUtilities.h"
 
 namespace Rml {