Browse Source

protect from interrogate

rdb 14 years ago
parent
commit
5f649a31c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/rocket/rocketRegion.cxx

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

@@ -17,7 +17,7 @@
 #include "orthographicLens.h"
 #include "pStatTimer.h"
 
-#ifdef HAVE_ROCKET_DEBUGGER
+#if defined(HAVE_ROCKET_DEBUGGER) && !defined(CPPPARSER)
 #include <Rocket/Debugger.h>
 #endif