From 49846fa5d9af88d90ac215ef4cda30c0b6883e6c Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Thu, 6 Sep 2007 13:55:21 +0000 Subject: [PATCH] Linux fix: Case-sensitive filenames --- include/VolumeIterator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/VolumeIterator.h b/include/VolumeIterator.h index fd63d390..9376bdc2 100644 --- a/include/VolumeIterator.h +++ b/include/VolumeIterator.h @@ -22,7 +22,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #include "OgrePrerequisites.h" #include "OgreSharedPtr.h" -#include "Typedef.h" +#include "TypeDef.h" namespace Ogre {