From c04486cb149a8cfdf5574d5328a43d421de71976 Mon Sep 17 00:00:00 2001 From: rdb Date: Wed, 1 Feb 2012 11:03:21 +0000 Subject: [PATCH] this should fix an error on Windows --- panda/src/rocket/rocketRegion_ext.I | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/rocket/rocketRegion_ext.I b/panda/src/rocket/rocketRegion_ext.I index dcbe1064a9..4c6f9a46d0 100644 --- a/panda/src/rocket/rocketRegion_ext.I +++ b/panda/src/rocket/rocketRegion_ext.I @@ -13,10 +13,10 @@ //////////////////////////////////////////////////////////////////// #include "rocketRegion.h" -#include #ifndef CPPPARSER #undef this +#include #include #endif