diff --git a/panda/src/pgraphnodes/CMakeLists.txt b/panda/src/pgraphnodes/CMakeLists.txt index 1f42f992e4..5458489c31 100644 --- a/panda/src/pgraphnodes/CMakeLists.txt +++ b/panda/src/pgraphnodes/CMakeLists.txt @@ -1,6 +1,7 @@ set(P3PGRAPHNODES_HEADERS ambientLight.h ambientLight.I callbackNode.h callbackNode.I + computeNode.h computeNode.I config_pgraphnodes.h directionalLight.h directionalLight.I fadeLodNode.I fadeLodNode.h fadeLodNodeData.h @@ -21,6 +22,7 @@ set(P3PGRAPHNODES_HEADERS set(P3PGRAPHNODES_SOURCES ambientLight.cxx callbackNode.cxx + computeNode.cxx config_pgraphnodes.cxx directionalLight.cxx fadeLodNode.cxx fadeLodNodeData.cxx diff --git a/panda/src/putil/pythonCallbackObject.h b/panda/src/putil/pythonCallbackObject.h index a6e11b3e35..4e1c03889f 100644 --- a/panda/src/putil/pythonCallbackObject.h +++ b/panda/src/putil/pythonCallbackObject.h @@ -19,6 +19,7 @@ #ifdef HAVE_PYTHON +#include "py_panda.h" #include "callbackObject.h" ////////////////////////////////////////////////////////////////////