From Andy Skinner, build fixes for Solaris.

This commit is contained in:
Robert Osfield 2008-01-18 21:07:03 +00:00
parent d2d282073c
commit 7761129f9b
3 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,8 @@
#include "DePee.h"
#include <stdio.h>
#include <osg/GLExtensions>
#include <osg/Node>
#include <osg/MatrixTransform>

View File

@ -10,6 +10,7 @@
#include <assert.h>
#include <iostream>
#include <fstream>
#include <stdio.h>
#include <osg/Geometry>
#include <osg/Geode>
#include <osgDB/FileUtils>

View File

@ -16,6 +16,8 @@
* THE SOFTWARE.
*/
#include <stdlib.h>
#include "GliderManipulator.h"
#include <osg/Notify>