fallback for old compilers; refs #26

master
Marc Wäckerlin 11 years ago
parent b2da72f2d4
commit 16d3a720d8
  1. 7
      src/pcsc.hxx

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

Loading…
Cancel
Save