aboutsummaryrefslogtreecommitdiff
path: root/src/include/fst/encode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/fst/encode.h')
-rw-r--r--src/include/fst/encode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/fst/encode.h b/src/include/fst/encode.h
index 7245b45..08b84cb 100644
--- a/src/include/fst/encode.h
+++ b/src/include/fst/encode.h
@@ -22,7 +22,7 @@
#define FST_LIB_ENCODE_H__
#include <climits>
-#include <unordered_map>
+#include <tr1/unordered_map>
using std::tr1::unordered_map;
using std::tr1::unordered_multimap;
#include <string>