include memory to get shared_ptr if it is not emulated; refs #11
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
#ifndef __MRW__CHECKCXX11__
|
||||
#define __MRW__CHECKCXX11__
|
||||
|
||||
# include <memory>
|
||||
|
||||
// check if code is compiled with a new C++11 compiler
|
||||
// otherwise there is a fallback wich makes everything much more compliacted
|
||||
# ifndef MRW__OLD_PRE11_COMPILER
|
||||
|
Reference in New Issue
Block a user