Missed a couple of files during header renaming process.

This commit is contained in:
David Williams 2015-05-08 15:02:48 +02:00
parent 2a8e0a5f7b
commit b36548ff20
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ freely, subject to the following restrictions:
#ifndef __PolyVox_MarchingCubeTables_H__ #ifndef __PolyVox_MarchingCubeTables_H__
#define __PolyVox_MarchingCubeTables_H__ #define __PolyVox_MarchingCubeTables_H__
#include "PolyVox/Impl/TypeDef.h" #include "PolyVox/Impl/PlatformDefinitions.h"
#include <cstdint> #include <cstdint>

View File

@ -24,7 +24,7 @@ freely, subject to the following restrictions:
#ifndef __PolyVox_RandomVectors_H__ #ifndef __PolyVox_RandomVectors_H__
#define __PolyVox_RandomVectors_H__ #define __PolyVox_RandomVectors_H__
#include "PolyVox/Impl/TypeDef.h" #include "PolyVox/Impl/PlatformDefinitions.h"
#include "PolyVox/Vector.h" #include "PolyVox/Vector.h"