git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1026 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
@@ -43,6 +43,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <boost/noncopyable.hpp>
#include <bitset>
+#include <memory>
+#include <typeinfo>
//
#if _MSC_VER >= 1500 || (defined __GNUC___)
@@ -261,6 +263,7 @@ namespace STEP {
(*this) = o;
}
+
public:
operator const T& () const {