From 83471599284b2a23027b9ab4514684a6eeb08a19 Mon Sep 17 00:00:00 2001 From: al-mission-2016 Date: Sat, 16 Apr 2022 00:52:01 +0300 Subject: [PATCH] + missed for std::numeric_limits W/o this file might not be compiled in some environments, depending on the order of compilation. --- src/SFGUI/ComboBox.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/SFGUI/ComboBox.cpp b/src/SFGUI/ComboBox.cpp index a01937b8..454ec3e9 100644 --- a/src/SFGUI/ComboBox.cpp +++ b/src/SFGUI/ComboBox.cpp @@ -9,6 +9,8 @@ #include #include +#include + namespace sfg { // Signals.