aboutsummaryrefslogtreecommitdiff
path: root/src/include/fst/arc-map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/fst/arc-map.h')
-rw-r--r--src/include/fst/arc-map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/fst/arc-map.h b/src/include/fst/arc-map.h
index 3055f71..914f81c 100644
--- a/src/include/fst/arc-map.h
+++ b/src/include/fst/arc-map.h
@@ -23,7 +23,7 @@
#ifndef FST_LIB_ARC_MAP_H__
#define FST_LIB_ARC_MAP_H__
-#include <unordered_map>
+#include <tr1/unordered_map>
using std::tr1::unordered_map;
using std::tr1::unordered_multimap;
#include <string>