include memory.h where necessary

This commit is contained in:
nick black 2020-10-03 18:54:34 -04:00
parent a29bfe9c42
commit 4a9be7fa90
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#include <memory>
#include <unistd.h> #include <unistd.h>
#include <cstdlib> #include <cstdlib>
#include <clocale> #include <clocale>

View File

@ -1,5 +1,6 @@
#define NCPP_EXCEPTIONS_PLEASE #define NCPP_EXCEPTIONS_PLEASE
#include "main.h" #include "main.h"
#include <memory>
using namespace ncpp; using namespace ncpp;