Add #includes to help it build in GCC

Still not fully building atm but I'm not sure why
This commit is contained in:
Matt Williams 2009-03-28 00:17:07 +00:00
parent c65c23acf4
commit e50699ab63
2 changed files with 3 additions and 0 deletions

View File

@ -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 <cassert>
#include <cstring> //For memcpy

View File

@ -27,6 +27,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include <cassert>
#include <cstring> //For memcpy
#include <stdexcept> //For invalid_argument
#pragma endregion
namespace PolyVox