From 873665024ebfaa761ee49b508a79db7178aeb778 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 4 Jun 2022 15:08:04 +0100 Subject: added gnupg --- repo/supertux/missing-include-for-FLT_EPSILON.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 repo/supertux/missing-include-for-FLT_EPSILON.patch (limited to 'repo/supertux/missing-include-for-FLT_EPSILON.patch') diff --git a/repo/supertux/missing-include-for-FLT_EPSILON.patch b/repo/supertux/missing-include-for-FLT_EPSILON.patch new file mode 100644 index 0000000..44bc370 --- /dev/null +++ b/repo/supertux/missing-include-for-FLT_EPSILON.patch @@ -0,0 +1,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 . + ++#include ++ + #include "supertux/game_session.hpp" + + #include "audio/sound_manager.hpp" -- cgit v1.2.1