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
|
||||
|
||||
#include <osg/Config>
|
||||
|
||||
#ifdef OSG_USE_REF_PTR_SAFE_DEREFERENCE
|
||||
#include <typeinfo>
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
#endif
|
||||
|
||||
namespace osg {
|
||||
|
Loading…
Reference in New Issue
Block a user