Skip to content

Commit

Permalink
Fix missing <cfloat> include
Browse files Browse the repository at this point in the history
  • Loading branch information
Grumbel committed May 9, 2021
1 parent d3694a4 commit 3e8f752
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/supertux/game_session.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

#include "supertux/game_session.hpp"

#include <cfloat>

#include "audio/sound_manager.hpp"
#include "control/input_manager.hpp"
#include "editor/editor.hpp"
Expand Down

0 comments on commit 3e8f752

Please sign in to comment.