#ifdefed out cstdlib for irix
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user