aboutsummaryrefslogtreecommitdiff
path: root/src/include/fst/relabel.h
diff options
context:
space:
mode:
authorPrzemyslaw Szczepaniak <pszczepaniak@google.com>2012-11-06 14:40:33 +0000
committerPrzemyslaw Szczepaniak <pszczepaniak@google.com>2012-11-06 14:40:33 +0000
commit3da1eb108d36da35333b2d655202791af854996b (patch)
tree500100881064a294f5a6e53025d44a461b3b15a3 /src/include/fst/relabel.h
parentdfd8b8327b93660601d016cdc6f29f433b45a8d8 (diff)
downloadopenfst-3da1eb108d36da35333b2d655202791af854996b.tar.gz
Switch to gnustl with rtti
Required for compiling with greco3 code. Added -gnustl-rtti suffix to distinguish from stlport libs Reverted changes added for stlport. Bug: 7484202 Change-Id: Ib69db7117821f97133cadaae0f45b4e8ed2fda01
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>