Browse Source

Use relative include path in header file (#643)

Jonathan 1 year ago
parent
commit
524430c2d4
1 changed files with 1 additions and 1 deletions
  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 {