Added #include<typeinfo> required for X-platform build.
This commit is contained in:
parent
61033103bc
commit
15240f8601
@ -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 {
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user