Browse Source

Add missing header

RichardTea 6 years ago
parent
commit
678dd32da3
1 changed files with 1 additions and 0 deletions
  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>