early-access version 2853
This commit is contained in:
13
externals/vcpkg/ports/sfgui/002-add-limits-header.patch
vendored
Executable file
13
externals/vcpkg/ports/sfgui/002-add-limits-header.patch
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
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.
|
Reference in New Issue
Block a user