mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-02-12 13:24:05 -05:00
14 lines
289 B
Diff
14 lines
289 B
Diff
|
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.
|