From Andy Skinner, fixes for avoiding warnings about mixing c and c++ versions of c libs.

This commit is contained in:
Robert Osfield
2007-08-05 14:51:56 +00:00
parent 6d0f828524
commit 4c3a13c3a1
7 changed files with 16 additions and 0 deletions

View File

@@ -11,6 +11,8 @@
* OpenSceneGraph Public License for more details.
*/
#include <stdlib.h>
#include <fstream>
#include <osgViewer/Viewer>
#include <osgViewer/ViewerEventHandlers>