freebsd-ports/games/endless-sky/files/patch-source_CollisionSet.cpp
2017-08-21 12:44:09 +00:00

10 lines
248 B
C++

--- source/CollisionSet.cpp.orig 2017-01-18 02:04:49 UTC
+++ source/CollisionSet.cpp
@@ -22,6 +22,7 @@ PARTICULAR PURPOSE. See the GNU General
#include <algorithm>
#include <numeric>
#include <set>
+#include <cstdlib>
using namespace std;