Added #include <string> in case other headers don't include it.

This commit is contained in:
Robert Osfield 2016-06-13 16:24:01 +01:00
parent 157ee3dd7d
commit 4c5ca932c8

View File

@ -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 {