fix for gcc/ubuntu

This commit is contained in:
erwin.coumans
2011-03-29 09:12:35 +00:00
parent 784e7fdb39
commit 8847b21eb7

View File

@@ -16,7 +16,7 @@ subject to the following restrictions:
#include "BulletCollision/CollisionShapes/btPolyhedralConvexShape.h"
#include "btConvexPolyhedron.h"
#include "LinearMath/btConvexHullComputer.h"
#include <new.h>
#include <new>
btPolyhedralConvexShape::btPolyhedralConvexShape() :btConvexInternalShape(),
m_polyhedron(0)