Added #include <string> in case other headers don't include it.
This commit is contained in:
parent
157ee3dd7d
commit
4c5ca932c8
@ -15,9 +15,11 @@
|
|||||||
#define OSG_REF_PTR 1
|
#define OSG_REF_PTR 1
|
||||||
|
|
||||||
#include <osg/Config>
|
#include <osg/Config>
|
||||||
|
|
||||||
#ifdef OSG_USE_REF_PTR_SAFE_DEREFERENCE
|
#ifdef OSG_USE_REF_PTR_SAFE_DEREFERENCE
|
||||||
#include <typeinfo>
|
#include <typeinfo>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
|
#include <string>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace osg {
|
namespace osg {
|
||||||
|
Loading…
Reference in New Issue
Block a user