From 32ad6785f281df2b0e260d85ee1ec7ada5b2f9b0 Mon Sep 17 00:00:00 2001 From: rdb Date: Tue, 18 Mar 2014 08:24:52 +0000 Subject: [PATCH] Missing HAVE_PYTHON --- panda/src/rocket/rocketRegion_ext.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/panda/src/rocket/rocketRegion_ext.cxx b/panda/src/rocket/rocketRegion_ext.cxx index 4615854768..06791ded82 100644 --- a/panda/src/rocket/rocketRegion_ext.cxx +++ b/panda/src/rocket/rocketRegion_ext.cxx @@ -15,6 +15,8 @@ #include "rocketRegion_ext.h" #include "extension.h" +#ifdef HAVE_PYTHON + #ifndef CPPPARSER #define HAVE_LONG_LONG 1 #include @@ -48,3 +50,5 @@ get_context() const { } return NULL; } + +#endif