]> git.mxchange.org Git - flightgear.git/commitdiff
Fix compilation on some platforms.
authorJames Turner <zakalawe@mac.com>
Mon, 31 Dec 2012 20:13:26 +0000 (20:13 +0000)
committerJames Turner <zakalawe@mac.com>
Mon, 31 Dec 2012 20:13:26 +0000 (20:13 +0000)
No idea why I don't need this on Mac - differing Boost versions?

src/Scripting/NasalPositioned.cxx

index cfdadf68f590804f5d577eb5fedd75e291a0abba..4e10bd7d8b453052d760d68fdcc2a3d2930d653e 100644 (file)
@@ -28,6 +28,7 @@
 
 #include <boost/foreach.hpp>
 #include <boost/algorithm/string/case_conv.hpp>
+#include <boost/tuple/tuple.hpp> // for boost::tie
 
 #include <simgear/sg_inlines.h>
 #include <simgear/scene/material/mat.hxx>