Minor changes to work towards getting it compiling on linux again
This commit is contained in:
parent
ebc0ad9cca
commit
7286f7ce81
@ -35,4 +35,4 @@ namespace PolyVox
|
||||
class VolumeIterator;
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -4,7 +4,7 @@
|
||||
#include <iostream>
|
||||
|
||||
#include "boost/cstdint.hpp"
|
||||
#include <boost\operators.hpp>
|
||||
#include <boost/operators.hpp>
|
||||
|
||||
namespace PolyVox
|
||||
{
|
||||
|
@ -19,6 +19,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
||||
#include "Block.h"
|
||||
|
||||
#include <cstring>
|
||||
|
||||
using namespace boost;
|
||||
|
||||
namespace PolyVox
|
||||
|
@ -103,4 +103,4 @@ namespace PolyVox
|
||||
size += m_vecTriangleIndices.capacity() * sizeof(m_vecTriangleIndices[0]);
|
||||
return size;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user