# 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-9d2fd5bffc1fpull/1/head
parent
1aab7e4a5e
commit
2f4989a35d
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue