summaryrefslogtreecommitdiff
path: root/l10ntools/inc/cfgmerge.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/inc/cfgmerge.hxx')
-rw-r--r--l10ntools/inc/cfgmerge.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/l10ntools/inc/cfgmerge.hxx b/l10ntools/inc/cfgmerge.hxx
index 1eb5f55a2e58..868b01dd0983 100644
--- a/l10ntools/inc/cfgmerge.hxx
+++ b/l10ntools/inc/cfgmerge.hxx
@@ -23,12 +23,11 @@
#include "sal/config.h"
#include <fstream>
+#include <unordered_map>
#include <vector>
-
-#include "boost/unordered_map.hpp"
#include "po.hxx"
-typedef boost::unordered_map<OString, OString, OStringHash> OStringHashMap;
+typedef std::unordered_map<OString, OString, OStringHash> OStringHashMap;