Fix MSVC build

This commit is contained in:
Frederic Bouvier
2011-11-13 20:06:39 +01:00
parent ff1c035d42
commit 895edf4f17

View File

@@ -15,11 +15,16 @@
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
//
#ifdef HAVE_CONFIG_H
# include <simgear_config.h>
#endif
#include <osgDB/FileNameUtils>
#include <osgDB/Registry>
#include <simgear/scene/model/ModelRegistry.hxx>
#include <simgear/scene/util/SGReaderWriterOptions.hxx>
#include <simgear/math/SGMath.hxx>
#include "SGReaderWriterBTG.hxx"
#include "obj.hxx"