freebsd-ports/games/flightgear/files/patch-src-ATCDCL-ATCutils.cxx
Ganael LAPLANCHE 670adacef4 Fix build with gcc46+
Submitted by:	avg
2012-05-02 09:16:04 +00:00

11 lines
272 B
C++

--- src/ATCDCL/ATCutils.cxx.orig 2012-04-28 17:24:45.174236639 +0300
+++ src/ATCDCL/ATCutils.cxx 2012-04-28 17:25:02.640237400 +0300
@@ -23,6 +23,7 @@
#endif
#include <sstream>
+#include <cstdlib>
#include <simgear/math/SGMath.hxx>
#include <simgear/constants.h>