From cecae46c4540b0cd3b86b7773e71926bb82725d5 Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Sat, 26 Jul 2014 12:42:28 -0700 Subject: [PATCH] CMake: Update to latest upstream Panda3D changes. --- panda/src/pgraphnodes/CMakeLists.txt | 2 ++ panda/src/putil/pythonCallbackObject.h | 1 + 2 files changed, 3 insertions(+) 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" ////////////////////////////////////////////////////////////////////