Browse Source

Merge pull request #48 from Qfusion/missing_includes

Add missing include headers
Michael R. P. Ragazzon 6 years ago
parent
commit
b3e8830610
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Include/RmlUi/Core/Types.h

+ 2 - 0
Include/RmlUi/Core/Types.h

@@ -31,7 +31,9 @@
 
 #include <float.h>
 #include <limits.h>
+#include <cstring>
 #include <string>
+#include <algorithm>
 #include <map>
 #include <memory>
 #include <set>