$NetBSD: patch-NumbTh.h,v 1.3 2014/09/27 10:11:20 jperkin Exp $ --- NumbTh.h.orig 2013-05-21 14:43:10.000000000 +0000 +++ NumbTh.h @@ -32,13 +32,18 @@ #include #include #include +#if __cplusplus >= 201103L || defined(_LIBCPP_VERSION) +#include +#else #include +using std::tr1::unordered_map; +#endif #include NTL_CLIENT //! @typedef -typedef tr1::unordered_map argmap_t; +typedef unordered_map argmap_t; //! @brief Code for parsing command line arguments.