From: James Turner Date: Sat, 9 Feb 2013 17:11:36 +0000 (+0000) Subject: Linux fix. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=808f42e86a0486fefc5fb2890d9eeb4596dc8e55;p=flightgear.git Linux fix. 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. --- diff --git a/src/Scripting/NasalModelData.cxx b/src/Scripting/NasalModelData.cxx index 82fd3b69c..672cc6116 100644 --- a/src/Scripting/NasalModelData.cxx +++ b/src/Scripting/NasalModelData.cxx @@ -1,6 +1,7 @@ #include "NasalModelData.hxx" +#include // for strlen #include #include "NasalSys.hxx"