From 15840d7bb04a73983ec47a812ae8c324a5028afc Mon Sep 17 00:00:00 2001 From: ejcoumans Date: Sun, 15 Oct 2006 20:18:38 +0000 Subject: [PATCH] --- src/LinearMath/btMotionState.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/LinearMath/btMotionState.h b/src/LinearMath/btMotionState.h index 516b9b055..6b26257bf 100644 --- a/src/LinearMath/btMotionState.h +++ b/src/LinearMath/btMotionState.h @@ -16,6 +16,9 @@ subject to the following restrictions: #ifndef BT_MOTIONSTATE_H #define BT_MOTIONSTATE_H +#include "LinearMath/btVector3.h" +#include "LinearMath/btQuaternion.h" + ///btMotionState allows the dynamics world to synchronize the updated world transforms with graphics ///For optimizations, potentially only moving objects get synchronized (using setWorldPosition/setWorldOrientation)