14 lines
289 B
Diff
Executable File
14 lines
289 B
Diff
Executable File
diff --git a/src/SFGUI/ComboBox.cpp b/src/SFGUI/ComboBox.cpp
|
|
index a01937b..454ec3e 100644
|
|
--- a/src/SFGUI/ComboBox.cpp
|
|
+++ b/src/SFGUI/ComboBox.cpp
|
|
@@ -9,6 +9,8 @@
|
|
#include <SFML/System/String.hpp>
|
|
#include <SFML/Window/Event.hpp>
|
|
|
|
+#include <limits>
|
|
+
|
|
namespace sfg {
|
|
|
|
// Signals.
|