Added #include<typeinfo> required for X-platform build.

This commit is contained in:
Robert Osfield 2004-08-13 10:50:44 +00:00
parent 61033103bc
commit 15240f8601

View File

@ -20,6 +20,9 @@
#ifndef OSGGL2_UNIFORMVALUE
#define OSGGL2_UNIFORMVALUE 1
#include <vector>
#include <typeinfo>
#include <osg/ref_ptr>
#include <osg/Vec2>
#include <osg/Vec3>
@ -28,9 +31,6 @@
#include <osgGL2/Extensions>
#include <vector>
namespace osgGL2 {
///////////////////////////////////////////////////////////////////////////