Added missing <memory> include

This commit is contained in:
Phil Nash 2017-11-07 18:48:57 +00:00
parent 56e1075613
commit 0d3fc59f6d
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#include <fstream>
#include <sstream>
#include <vector>
#include <memory>
#if defined(__clang__)
# pragma clang diagnostic push