# include <memory> and <typeinfo>, which were missing if compiled with the boost workaround enabled

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1026 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
pull/1/head
aramis_acg 2011-05-31 18:15:50 +00:00
parent 1aab7e4a5e
commit 2f4989a35d
1 changed files with 3 additions and 0 deletions

View File

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