From 808f42e86a0486fefc5fb2890d9eeb4596dc8e55 Mon Sep 17 00:00:00 2001 From: James Turner Date: Sat, 9 Feb 2013 17:11:36 +0000 Subject: [PATCH] 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. --- src/Scripting/NasalModelData.cxx | 1 + 1 file changed, 1 insertion(+) 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" -- 2.39.5