From c395fc88a994c06c7e054107c25d832d4217a807 Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Thu, 2 Sep 2010 09:02:50 +0000 Subject: [PATCH] Fix case. --- library/PolyVoxCore/include/PolyVoxImpl/ArraySizesImpl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/PolyVoxCore/include/PolyVoxImpl/ArraySizesImpl.h b/library/PolyVoxCore/include/PolyVoxImpl/ArraySizesImpl.h index 688d1840..6139f9c9 100644 --- a/library/PolyVoxCore/include/PolyVoxImpl/ArraySizesImpl.h +++ b/library/PolyVoxCore/include/PolyVoxImpl/ArraySizesImpl.h @@ -27,7 +27,7 @@ distribution. #define __PolyVox_ArraySizesImpl_H__ #pragma region Headers -#include "typedef.h" +#include "TypeDef.h" #pragma endregion namespace PolyVox @@ -62,4 +62,4 @@ namespace PolyVox #include "ArraySizesImpl.inl" -#endif //__PolyVox_ArraySizesImpl_H__ \ No newline at end of file +#endif //__PolyVox_ArraySizesImpl_H__