#ifdefed out cstdlib for irix

This commit is contained in:
Don BURNS
2002-06-07 14:54:33 +00:00
parent 96a6b3c5c6
commit 9181deb323

View File

@@ -9,7 +9,11 @@
// include Export simply to disable Visual Studio silly warnings.
#include <osgParticle/Export>
#ifndef __sgi
#include <cstdlib>
#else
#include <stdlib.h>
#endif
#include <osg/Vec2>
#include <osg/Vec3>