From 10a4170f628c434042e5718dc0dd3006c38612a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Fri, 12 Sep 2014 14:11:31 +0000 Subject: [PATCH] next try as seen in http://stackoverflow.com/questions/13445742/apple-and-shared-ptr; refs #11 --- src/mrw/checkcxx11.hxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mrw/checkcxx11.hxx b/src/mrw/checkcxx11.hxx index b61a785..63ba99d 100644 --- a/src/mrw/checkcxx11.hxx +++ b/src/mrw/checkcxx11.hxx @@ -24,6 +24,7 @@ when support for C++11 is more common. Only rely on this workaround, if you really have to. Mac gcc is even worse than on other systems. */ +# include # define MRW__OLD_PRE11_COMPILER # warning you need a C++11 compliant compiler, on gcc: add -std=c++11 # warning emulating C++11 - this changes the way you use the library