mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 00:32:57 -04:00
Work around bug in OSX 10.4
This commit is contained in:
parent
674a43ea64
commit
38df619956
@ -13,6 +13,12 @@
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "config_ptloader.h"
|
||||
|
||||
// This needs to be included first to work around a bug in OSX 10.4.
|
||||
#ifdef HAVE_FCOLLADA
|
||||
#include "daeToEggConverter.h"
|
||||
#endif
|
||||
|
||||
#include "loaderFileTypePandatool.h"
|
||||
|
||||
#include "config_flt.h"
|
||||
@ -24,10 +30,6 @@
|
||||
#include "config_xfile.h"
|
||||
#include "xFileToEggConverter.h"
|
||||
|
||||
#ifdef HAVE_FCOLLADA
|
||||
#include "daeToEggConverter.h"
|
||||
#endif
|
||||
|
||||
#include "dconfig.h"
|
||||
#include "loaderFileTypeRegistry.h"
|
||||
#include "eggData.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user