From 98bfa250f367d193bfbc31c482212d88ed2f61a3 Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Sun, 30 Mar 2014 02:16:50 -0600 Subject: [PATCH] ODE: Fix missing include. --- panda/src/ode/odeJointCollection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/ode/odeJointCollection.h b/panda/src/ode/odeJointCollection.h index 38bab187fd..3c39163384 100755 --- a/panda/src/ode/odeJointCollection.h +++ b/panda/src/ode/odeJointCollection.h @@ -15,7 +15,7 @@ #ifndef ODEJOINTCOLLECTION_H #define ODEJOINTCOLLECTION_H -class OdeJoint; +#include "odeJoint.h" //////////////////////////////////////////////////////////////////// // Class : OdeJointCollection