rdb 12 år sedan
förälder
incheckning
c7784d2d93
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      panda/src/rocket/rocketRegion_ext.cxx
  2. 1 1
      panda/src/rocket/rocketRegion_ext.h

+ 1 - 1
panda/src/rocket/rocketRegion_ext.cxx

@@ -12,7 +12,7 @@
 //
 ////////////////////////////////////////////////////////////////////
 
-#include "rocketRegion.h"
+#include "rocketRegion_ext.h"
 #include "extension.h"
 
 #ifndef CPPPARSER

+ 1 - 1
panda/src/rocket/rocketRegion_ext.h

@@ -20,7 +20,7 @@
 #ifdef HAVE_PYTHON
 
 #include "extension.h"
-#include "geomVertexArrayData.h"
+#include "rocketRegion.h"
 #include "py_panda.h"
 
 ////////////////////////////////////////////////////////////////////