Add #includes to help it build in GCC
Still not fully building atm but I'm not sure why
This commit is contained in:
parent
c65c23acf4
commit
e50699ab63
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user