1 more missing header for unique_ptr

master
Alex 2021-11-06 08:10:34 +02:00
parent 633e9ab307
commit 3c47d29c4a
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#include <core/ustring.h>
#include <unordered_map>
#include <vector>
#include <memory>
namespace std {
template <>