Browse Source

this should fix an error on Windows

rdb 14 years ago
parent
commit
c04486cb14
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/rocket/rocketRegion_ext.I

+ 1 - 1
panda/src/rocket/rocketRegion_ext.I

@@ -13,10 +13,10 @@
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 
 
 #include "rocketRegion.h"
 #include "rocketRegion.h"
-#include <Rocket/Core/Context.h>
 
 
 #ifndef CPPPARSER
 #ifndef CPPPARSER
 #undef this
 #undef this
+#include <Rocket/Core/Context.h>
 #include <Rocket/Core/Python/Utilities.h>
 #include <Rocket/Core/Python/Utilities.h>
 #endif
 #endif