]> git.mxchange.org Git - flightgear.git/commitdiff
Fix build for non-Mac, hopefully.
authorJames Turner <zakalawe@mac.com>
Sun, 15 Apr 2012 13:20:03 +0000 (14:20 +0100)
committerJames Turner <zakalawe@mac.com>
Sun, 15 Apr 2012 13:20:03 +0000 (14:20 +0100)
src/Scripting/NasalSys.cxx

index 5f67b2c13c63fa63eb3920c85a7134ee144ca66f..92d49ebe4fb47241521618a9313f70c2fda58ac0 100644 (file)
@@ -13,6 +13,7 @@
 #include <sys/stat.h>
 #include <fstream>
 #include <sstream>
+#include <algorithm> // for std::sort
 
 #include <simgear/nasal/nasal.h>
 #include <simgear/props/props.hxx>