]> git.mxchange.org Git - flightgear.git/commitdiff
Linux fix.
authorJames Turner <zakalawe@mac.com>
Sat, 9 Feb 2013 17:11:36 +0000 (17:11 +0000)
committerJames Turner <zakalawe@mac.com>
Sat, 9 Feb 2013 17:11:55 +0000 (17:11 +0000)
One day I'm going to figure out why I get all the standard-library includes automatically on Mac, but not on Linux. Today is not that day.

src/Scripting/NasalModelData.cxx

index 82fd3b69c6d40b1df8cc6b268afceb848c6180a1..672cc6116f5c9fcf45ce8503b94bb72cf1412900 100644 (file)
@@ -1,6 +1,7 @@
 
 #include "NasalModelData.hxx"
 
+#include <cstring> // for strlen
 #include <simgear/debug/logstream.hxx>
 
 #include "NasalSys.hxx"