1
0
Fork 0

Need to pull in config.h before plib/pu.h or else PUI thinks it's in

Glut mode and the build breaks under SDL
This commit is contained in:
andy 2007-05-21 19:24:57 +00:00
parent 7443b8b5e8
commit 66cef84e55

View file

@ -1,7 +1,8 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <osg/Math>
#include <osgViewer/Viewer>
#include <plib/pu.h>
#include "FGManipulator.hxx"