Bugfix: Include <memory> for std::unique_ptr

This commit is contained in:
Luke Dashjr
2018-04-02 18:31:40 +00:00
parent 9d9c4185fa
commit a5bca13095
34 changed files with 46 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include <algorithm>
#include <exception>
#include <map>
#include <memory>
#include <set>
#include <stdint.h>
#include <string>