Browse Source

# include <memory> for auto_ptr [3445528]

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1094 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
aramis_acg 13 năm trước cách đây
mục cha
commit
34089b4596
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      code/AssimpPCH.h

+ 1 - 0
code/AssimpPCH.h

@@ -117,6 +117,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #include <new>
 #include <cstdio>
 #include <limits.h>
+#include <memory>
 
 // Boost headers
 #include <boost/pointer_cast.hpp>