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:
parent
9e47480bc7
commit
21686c27af
@ -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
|
||||
|
@ -12,6 +12,7 @@
|
||||
*/
|
||||
#include <osgDB/Field>
|
||||
#include <osgDB/FieldReader>
|
||||
#include <stdio.h>
|
||||
|
||||
using namespace osgDB;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user