archrelease: copy trunk to community-x86_64
[ArchLinux/community.git] / supertux / trunk / missing-include-for-FLT_EPSILON.patch
blob44bc370a74be5f3ba79fcb7976b55dd206d4e510
1 diff --git a/src/supertux/game_session.cpp b/src/supertux/game_session.cpp
2 index 41de52e..a8ebfc9 100644
3 --- a/src/supertux/game_session.cpp
4 +++ b/src/supertux/game_session.cpp
5 @@ -14,6 +14,8 @@
6 // You should have received a copy of the GNU General Public License
7 // along with this program. If not, see <http://www.gnu.org/licenses/>.
9 +#include <cfloat>
11 #include "supertux/game_session.hpp"
13 #include "audio/sound_manager.hpp"