From 91c9aebda06653786e67551d78c2574e3153a21e Mon Sep 17 00:00:00 2001 From: David Williams Date: Sun, 27 Mar 2011 19:20:58 +0000 Subject: [PATCH] Boost fix. --- library/PolyVoxCore/include/PolyVoxImpl/TypeDef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/PolyVoxCore/include/PolyVoxImpl/TypeDef.h b/library/PolyVoxCore/include/PolyVoxImpl/TypeDef.h index 642ca4da..5823cf5c 100644 --- a/library/PolyVoxCore/include/PolyVoxImpl/TypeDef.h +++ b/library/PolyVoxCore/include/PolyVoxImpl/TypeDef.h @@ -45,7 +45,7 @@ freely, subject to the following restrictions: #include #define polyvox_shared_ptr boost::shared_ptr - #include + #include #define polyvox_function boost::function #include