Browse Source

ODE: Fix missing include.

Sam Edwards 11 years ago
parent
commit
98bfa250f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/ode/odeJointCollection.h

+ 1 - 1
panda/src/ode/odeJointCollection.h

@@ -15,7 +15,7 @@
 #ifndef ODEJOINTCOLLECTION_H
 #define ODEJOINTCOLLECTION_H
 
-class OdeJoint;
+#include "odeJoint.h"
 
 ////////////////////////////////////////////////////////////////////
 //       Class : OdeJointCollection