1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-15 00:09:15 -04:00
ports/games/spring/files/patch-rts_System_SpringHashMap.hpp
Dmitry Marakasov 33c9707d8b games/spring: update to 105.0.1
PR:		254732
2022-02-25 22:12:28 +03:00

12 lines
293 B
C++

https://github.com/spring/spring/pull/555
--- rts/System/SpringHashMap.hpp.orig 2021-01-01 16:12:22 UTC
+++ rts/System/SpringHashMap.hpp
@@ -9,6 +9,7 @@
#include <cstdlib>
#include <iterator>
#include <utility>
+#include <algorithm>
#define DCHECK_EQ_F(a, b)
#define DCHECK_LT_F(a, b)