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:
parent
7443b8b5e8
commit
66cef84e55
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue