From d067f46b2fea707344e6b04545b1ca6b942cf1a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Fri, 12 Sep 2014 13:50:01 +0000 Subject: [PATCH] include memory to get shared_ptr if it is not emulated; refs #11 --- src/mrw/checkcxx11.hxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mrw/checkcxx11.hxx b/src/mrw/checkcxx11.hxx index f4899c8..b61a785 100644 --- a/src/mrw/checkcxx11.hxx +++ b/src/mrw/checkcxx11.hxx @@ -8,6 +8,8 @@ #ifndef __MRW__CHECKCXX11__ #define __MRW__CHECKCXX11__ +# include + // 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