include memory.h to fix compile error

kimkulling/add_md5_parser_check_issue-5257^2
ockeymm 2023-09-27 16:20:56 +08:00 committed by Kim Kulling
parent b2bfe6d253
commit 7b6bf139cf
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <stdio.h>
#include <unordered_set>
#include <unordered_map>
#include <memory>
using namespace Assimp;