mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -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"
|
#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 "loaderFileTypePandatool.h"
|
||||||
|
|
||||||
#include "config_flt.h"
|
#include "config_flt.h"
|
||||||
@ -24,10 +30,6 @@
|
|||||||
#include "config_xfile.h"
|
#include "config_xfile.h"
|
||||||
#include "xFileToEggConverter.h"
|
#include "xFileToEggConverter.h"
|
||||||
|
|
||||||
#ifdef HAVE_FCOLLADA
|
|
||||||
#include "daeToEggConverter.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "dconfig.h"
|
#include "dconfig.h"
|
||||||
#include "loaderFileTypeRegistry.h"
|
#include "loaderFileTypeRegistry.h"
|
||||||
#include "eggData.h"
|
#include "eggData.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user