fallback for old compilers; refs #26

This commit is contained in:
Marc Wäckerlin
2013-06-13 09:16:40 +00:00
parent b2da72f2d4
commit 16d3a720d8

View File

@@ -73,6 +73,13 @@
}
#endif
#if __cplusplus <= 199711L
#include <boost/shared_ptr.hpp>
namespace std {
typedef shared_ptr boost::shared_ptr;
}
#endif
#include <vector>
#include <map>
#include <memory>