From e50699ab63b8f0236351d2753a204330ea55f53d Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Sat, 28 Mar 2009 00:17:07 +0000 Subject: [PATCH] Add #includes to help it build in GCC Still not fully building atm but I'm not sure why --- library/include/PolyVoxCore/BlockData.inl | 2 ++ library/include/PolyVoxCore/Volume.inl | 1 + 2 files changed, 3 insertions(+) diff --git a/library/include/PolyVoxCore/BlockData.inl b/library/include/PolyVoxCore/BlockData.inl index 0ea5d60d..2c2e6a32 100644 --- a/library/include/PolyVoxCore/BlockData.inl +++ b/library/include/PolyVoxCore/BlockData.inl @@ -21,6 +21,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #pragma region Headers #include "Utility.h" +#include "Vector.h" +#include "Volume.h" #include #include //For memcpy diff --git a/library/include/PolyVoxCore/Volume.inl b/library/include/PolyVoxCore/Volume.inl index d599f64a..b1c989ec 100644 --- a/library/include/PolyVoxCore/Volume.inl +++ b/library/include/PolyVoxCore/Volume.inl @@ -27,6 +27,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #include #include //For memcpy +#include //For invalid_argument #pragma endregion namespace PolyVox