$NetBSD: patch-src_include_fst_rmfinalepsilon.h,v 1.1 2013/05/06 14:53:17 joerg Exp $ --- src/include/fst/rmfinalepsilon.h.orig 2013-05-03 17:24:31.000000000 +0000 +++ src/include/fst/rmfinalepsilon.h @@ -20,8 +20,15 @@ #ifndef FST_LIB_RMFINALEPSILON_H__ #define FST_LIB_RMFINALEPSILON_H__ +#include + +#if defined(_LIBCPP_VERSION) || __cplusplus >= 201103L +#include +using std::unordered_set; +#else #include using std::tr1::unordered_set; +#endif #include #include