mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 00:09:15 -04:00
12 lines
293 B
C++
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)
|