Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'extern/bullet/Bullet/NarrowPhaseCollision/GjkConvexCast.h')
-rw-r--r--extern/bullet/Bullet/NarrowPhaseCollision/GjkConvexCast.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/extern/bullet/Bullet/NarrowPhaseCollision/GjkConvexCast.h b/extern/bullet/Bullet/NarrowPhaseCollision/GjkConvexCast.h
index a1bcc615010..3d3c5de4110 100644
--- a/extern/bullet/Bullet/NarrowPhaseCollision/GjkConvexCast.h
+++ b/extern/bullet/Bullet/NarrowPhaseCollision/GjkConvexCast.h
@@ -13,7 +13,8 @@
#ifndef GJK_CONVEX_CAST_H
#define GJK_CONVEX_CAST_H
-#include "CollisionMargin.h"
+#include <CollisionShapes/CollisionMargin.h>
+
#include "SimdVector3.h"
#include "ConvexCast.h"
class ConvexShape;