compile fixes

This commit is contained in:
rdb 2013-08-25 17:12:00 +00:00
parent d6a6499a7a
commit 2d66cdc3ba
2 changed files with 4 additions and 0 deletions

View File

@ -21,7 +21,10 @@
#include "pandaSystem.h"
#include "dconfig.h"
// This is defined by both Panda and Rocket.
#define Factory RocketFactory
#include <Rocket/Core.h>
#undef Factory
Configure(config_rocket);
NotifyCategoryDef(rocket, "");

View File

@ -16,6 +16,7 @@
#ifndef CPPPARSER
#undef this
#define HAVE_LONG_LONG 1
#include <Rocket/Core/Context.h>
#include <Rocket/Core/Python/Utilities.h>
#endif