From Andy Skinner, The attached file adds #include <stdlib.h> to GraphicsContext.cpp, so that it compiles with the solaris compiler we use.

This commit is contained in:
Robert Osfield
2007-08-07 08:18:15 +00:00
parent 80d17ca944
commit eecd3e9257

View File

@@ -11,6 +11,7 @@
* OpenSceneGraph Public License for more details.
*/
#include <stdlib.h>
#include <osg/GraphicsContext>
#include <osg/Camera>