blob: 44bc370a74be5f3ba79fcb7976b55dd206d4e510 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/src/supertux/game_session.cpp b/src/supertux/game_session.cpp
index 41de52e..a8ebfc9 100644
--- a/src/supertux/game_session.cpp
+++ b/src/supertux/game_session.cpp
@@ -14,6 +14,8 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
+#include <cfloat>
+
#include "supertux/game_session.hpp"
#include "audio/sound_manager.hpp"
|