Browse Source

More missing headers

Michael Ragazzon 5 years ago
parent
commit
419db90ef3

+ 1 - 0
Source/Controls/WidgetTextInput.cpp

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

+ 1 - 0
Source/Core/EventDispatcher.cpp

@@ -32,6 +32,7 @@
 #include "../../Include/RmlUi/Core/EventListener.h"
 #include "../../Include/RmlUi/Core/Factory.h"
 #include "EventSpecification.h"
+#include <limits.h>
 
 namespace Rml {
 namespace Core {

+ 2 - 0
Source/Core/PropertySpecification.cpp

@@ -33,6 +33,8 @@
 #include "PropertyShorthandDefinition.h"
 #include "IdNameMap.h"
 #include <array>
+#include <limits.h>
+#include <stdint.h>
 
 namespace Rml {
 namespace Core {

+ 1 - 0
Source/Debugger/ElementLog.cpp

@@ -31,6 +31,7 @@
 #include "CommonSource.h"
 #include "BeaconSource.h"
 #include "LogSource.h"
+#include <limits.h>
 
 namespace Rml {
 namespace Debugger {