included <sys/types.h> for SGI compilation of Timer header file

This commit is contained in:
Don BURNS
2003-07-11 18:46:56 +00:00
parent c0953d2855
commit c60b5b6522

View File

@@ -166,6 +166,7 @@ class SG_EXPORT Timer {
#elif defined(__sgi)
#include <sys/types.h>
#include <sys/time.h>
namespace osg{