Explicity import <memory> in PackSample.cpp (#564)

It looks like earlier, this was depending on one of the headers it
imports to import <memory> to provide unique_ptr; however, this is not
necessarily the case, so it needs to be explicitly imported.
This commit is contained in:
Derek Morris 2023-02-23 09:48:01 -08:00 коммит произвёл GitHub
Родитель 1bd93f6cf3
Коммит 1249f18a9d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -6,6 +6,7 @@
#include <iostream>
#include <vector>
#include <map>
#include <memory>
#include <queue>
#ifndef WIN32