Sfoglia il codice sorgente

ODE: Fix missing include.

Sam Edwards 11 anni fa
parent
commit
98bfa250f3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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