aboutsummaryrefslogtreecommitdiff
path: root/src/include/fst/relabel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/fst/relabel.h')
-rw-r--r--src/include/fst/relabel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/fst/relabel.h b/src/include/fst/relabel.h
index fbb8942..685d42a 100644
--- a/src/include/fst/relabel.h
+++ b/src/include/fst/relabel.h
@@ -21,7 +21,7 @@
#ifndef FST_LIB_RELABEL_H__
#define FST_LIB_RELABEL_H__
-#include <unordered_map>
+#include <tr1/unordered_map>
using std::tr1::unordered_map;
using std::tr1::unordered_multimap;
#include <string>