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

master
Marc Wäckerlin 10 years ago
parent c638d1c664
commit d067f46b2f
  1. 2
      src/mrw/checkcxx11.hxx

@ -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

Loading…
Cancel
Save