diff --git a/panda/src/rocket/rocketRegion_ext.cxx b/panda/src/rocket/rocketRegion_ext.cxx index 33462dd628..4615854768 100644 --- a/panda/src/rocket/rocketRegion_ext.cxx +++ b/panda/src/rocket/rocketRegion_ext.cxx @@ -12,7 +12,7 @@ // //////////////////////////////////////////////////////////////////// -#include "rocketRegion.h" +#include "rocketRegion_ext.h" #include "extension.h" #ifndef CPPPARSER diff --git a/panda/src/rocket/rocketRegion_ext.h b/panda/src/rocket/rocketRegion_ext.h index 8323761b88..28a4c203b7 100644 --- a/panda/src/rocket/rocketRegion_ext.h +++ b/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" ////////////////////////////////////////////////////////////////////