From Mathias Froehlich, "for the rand functions stdlib.h is required ..."

This commit is contained in:
Robert Osfield 2008-09-26 11:19:59 +00:00
parent 195ad58494
commit 90ccb05fb1

View File

@ -1,3 +1,4 @@
#include <stdlib.h>
#include <osg/ArgumentParser>
#include <osg/Group>
#include <osg/Geode>