1
0
Fork 0

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.
This commit is contained in:
James Turner 2013-02-09 17:11:36 +00:00
parent aa19b2a77e
commit 808f42e86a

View file

@ -1,6 +1,7 @@
#include "NasalModelData.hxx"
#include <cstring> // for strlen
#include <simgear/debug/logstream.hxx>
#include "NasalSys.hxx"