summaryrefslogtreecommitdiff
path: root/idlc/inc/idlc/options.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/idlc/options.hxx')
-rw-r--r--idlc/inc/idlc/options.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/idlc/options.hxx b/idlc/inc/idlc/options.hxx
index 08d839e736f1..ccd2d01639d5 100644
--- a/idlc/inc/idlc/options.hxx
+++ b/idlc/inc/idlc/options.hxx
@@ -22,7 +22,7 @@
#include <idlc/idlctypes.hxx>
-typedef ::boost::unordered_map< OString,
+typedef std::unordered_map< OString,
OString,
OStringHash > OptionMap;