From Mathias Froehlich, "I did some performance test runs with the development gcc-4.4 version.

To make it compiel with future gcc's we sppear to need the attached missing
includes ..."
This commit is contained in:
Robert Osfield 2008-09-18 10:52:35 +00:00
parent 9e47480bc7
commit 21686c27af
2 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@
#include <osgViewer/Viewer>
#include <iostream>
#include <stdio.h>
//
// Below is relatively straight forward example of use OpenGL multiple render targets extension

View File

@ -12,6 +12,7 @@
*/
#include <osgDB/Field>
#include <osgDB/FieldReader>
#include <stdio.h>
using namespace osgDB;