mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-13 13:20:07 +00:00
fix Mac OSX build, due to conflict empty #define __global and STL
This commit is contained in:
parent
7cdda65822
commit
e3ee9e5b2e
@ -1,3 +1,7 @@
|
||||
//those header files need to be at the top, because of conflict __global and STL
|
||||
#include "../gwenUserInterface.h"
|
||||
#include "../gwenInternalData.h"
|
||||
|
||||
#include "PairBench.h"
|
||||
#include "OpenGLWindow/ShapeData.h"
|
||||
#include "OpenGLWindow/GLInstancingRenderer.h"
|
||||
@ -12,8 +16,6 @@
|
||||
#include "OpenGLWindow/GLInstanceRendererInternalData.h"
|
||||
#include "Bullet3OpenCL/ParallelPrimitives/b3LauncherCL.h"
|
||||
#include "../../../btgui/Timing/b3Quickprof.h"
|
||||
#include "../gwenUserInterface.h"
|
||||
#include "../GwenInternalData.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user