include memory to get shared_ptr if it is not emulated; refs #11

This commit is contained in:
Marc Wäckerlin
2014-09-12 13:50:01 +00:00
parent c638d1c664
commit d067f46b2f

View File

@@ -8,6 +8,8 @@
#ifndef __MRW__CHECKCXX11__ #ifndef __MRW__CHECKCXX11__
#define __MRW__CHECKCXX11__ #define __MRW__CHECKCXX11__
# include <memory>
// check if code is compiled with a new C++11 compiler // check if code is compiled with a new C++11 compiler
// otherwise there is a fallback wich makes everything much more compliacted // otherwise there is a fallback wich makes everything much more compliacted
# ifndef MRW__OLD_PRE11_COMPILER # ifndef MRW__OLD_PRE11_COMPILER