[Libreoffice-commits] .: binfilter/bf_svtools
Joseph Powers
jpowers at kemper.freedesktop.org
Sun Feb 6 05:33:39 PST 2011
binfilter/bf_svtools/source/config/svt_pathoptions.cxx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit fc8a217f55b7b12cceffa2cad83c2a8441b66dc5
Author: Joseph Powers <jpowers27 at cox.net>
Date: Sun Feb 6 05:33:35 2011 -0800
Add #include <hash_map> again, we still use std::hash
diff --git a/binfilter/bf_svtools/source/config/svt_pathoptions.cxx b/binfilter/bf_svtools/source/config/svt_pathoptions.cxx
index dd27a0e..f428d90 100644
--- a/binfilter/bf_svtools/source/config/svt_pathoptions.cxx
+++ b/binfilter/bf_svtools/source/config/svt_pathoptions.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -62,6 +62,7 @@
#include <vector>
#include <boost/unordered_map.hpp>
+#include <hash_map>
using namespace osl;
using namespace utl;
More information about the Libreoffice-commits
mailing list