From 8847b21eb7bfef5b200d2668575d5a4d4d738f82 Mon Sep 17 00:00:00 2001 From: "erwin.coumans" Date: Tue, 29 Mar 2011 09:12:35 +0000 Subject: [PATCH] fix for gcc/ubuntu --- src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp b/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp index 6ddb7ad83..6674a88ae 100644 --- a/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp +++ b/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp @@ -16,7 +16,7 @@ subject to the following restrictions: #include "BulletCollision/CollisionShapes/btPolyhedralConvexShape.h" #include "btConvexPolyhedron.h" #include "LinearMath/btConvexHullComputer.h" -#include +#include btPolyhedralConvexShape::btPolyhedralConvexShape() :btConvexInternalShape(), m_polyhedron(0)