#include <memory> for std::shared

This commit is contained in:
john hood
2016-05-11 00:51:00 -04:00
parent c1ca7e46a5
commit 70c62c5a94
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -35,6 +35,10 @@
#include "config.h"
#ifdef HAVE_MEMORY
#include <memory>
#endif
#ifdef HAVE_TR1_MEMORY
#include <tr1/memory>
#endif