Browse Source

Add missing header

Michael Ragazzon 2 months ago
parent
commit
0d97c24892
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/Core/Template.cpp

+ 1 - 0
Source/Core/Template.cpp

@@ -27,6 +27,7 @@
  */
  */
 
 
 #include "Template.h"
 #include "Template.h"
+#include "../../Include/RmlUi/Core/Element.h"
 #include "../../Include/RmlUi/Core/ElementUtilities.h"
 #include "../../Include/RmlUi/Core/ElementUtilities.h"
 #include "../../Include/RmlUi/Core/XMLParser.h"
 #include "../../Include/RmlUi/Core/XMLParser.h"
 #include "XMLParseTools.h"
 #include "XMLParseTools.h"