Fixes to Windows compile.

This commit is contained in:
Robert Osfield
2002-01-20 19:30:16 +00:00
parent 604110b245
commit 38b7380294
2 changed files with 10 additions and 10 deletions

View File

@@ -1,8 +1,8 @@
#include <osgDB/FileNameUtils>
#ifdef __sgi
#if defined(__sgi)
#include <cctype.h>
#else
#elif !defined(WIN32)
#include <cctype>
using std::tolower;
using std::strlen;