Browse Source

Add missing header

RichardTea 6 năm trước cách đây
mục cha
commit
678dd32da3
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      code/Common/ZipArchiveIOSystem.cpp

+ 1 - 0
code/Common/ZipArchiveIOSystem.cpp

@@ -46,6 +46,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #include <assimp/ai_assert.h>
 
 #include <unordered_map>
+#include <memory>
 
 #ifdef ASSIMP_USE_HUNTER
 #  include <minizip/unzip.h>