Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / math / openfst / patches / patch-src_include_fst_equivalent.h
blobf6430e290d28c1112d974294208f0d21462c2949
1 $NetBSD$
3 --- src/include/fst/equivalent.h.orig 2013-05-03 17:31:26.000000000 +0000
4 +++ src/include/fst/equivalent.h
5 @@ -22,8 +22,15 @@
7 #include <algorithm>
8 #include <deque>
9 +#include <ciso646>
11 +#if defined(_LIBCPP_VERSION) || __cplusplus >= 201103L
12 +#include <unordered_map>
13 +using std::unordered_map;
14 +#else
15 #include <tr1/unordered_map>
16 using std::tr1::unordered_map;
17 +#endif
18 #include <utility>
19 #include <vector>
20 #include <fst/encode.h>