Browse Source

Missing header

Michael Ragazzon 5 years ago
parent
commit
2f9e059938
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/Controls/WidgetTextInput.cpp

+ 1 - 0
Source/Controls/WidgetTextInput.cpp

@@ -39,6 +39,7 @@
 #include "../../Include/RmlUi/Core/SystemInterface.h"
 #include "../../Include/RmlUi/Core/StringUtilities.h"
 #include "../Core/Clock.h"
+#include <algorithm>
 #include <limits.h>
 
 namespace Rml {