Fix compilation on some platforms.
No idea why I don't need this on Mac - differing Boost versions?
This commit is contained in:
parent
369e6b564f
commit
6705a2ec6d
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
|||
|
||||
#include <boost/foreach.hpp>
|
||||
#include <boost/algorithm/string/case_conv.hpp>
|
||||
#include <boost/tuple/tuple.hpp> // for boost::tie
|
||||
|
||||
#include <simgear/sg_inlines.h>
|
||||
#include <simgear/scene/material/mat.hxx>
|
||||
|
|
Loading…
Reference in a new issue