1
0
Fork 0

Fix build for non-Mac, hopefully.

This commit is contained in:
James Turner 2012-04-15 14:20:03 +01:00
parent f5a79fc893
commit ef796e88bc

View file

@ -13,6 +13,7 @@
#include <sys/stat.h>
#include <fstream>
#include <sstream>
#include <algorithm> // for std::sort
#include <simgear/nasal/nasal.h>
#include <simgear/props/props.hxx>