Build fix for Win32

This commit is contained in:
Robert Osfield
2007-01-18 09:03:08 +00:00
parent 552293eb03
commit fdc5ebc900

View File

@@ -12,6 +12,10 @@
*/
#include <osgDB/FileNameUtils>
#ifdef WIN32
#include <windows.h>
#endif
#if defined(__sgi)
#include <ctype.h>
#elif defined(__GNUC__) || !defined(WIN32) || defined(__MWERKS__)