summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpheader.hxx
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-06 10:37:38 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-06 10:37:38 +0100
commitc49b647c0ad2b5f7e729b4b8f4d4c21629d0be0c (patch)
tree5c05613ee96ac58466c9c037e1bbe0348a780168 /lotuswordpro/source/filter/lwpheader.hxx
parentb38becea53ec584dc00315e416e6282d918ba6e1 (diff)
sgi hash containers -> boost unordered containers
Diffstat (limited to 'lotuswordpro/source/filter/lwpheader.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpheader.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpheader.hxx b/lotuswordpro/source/filter/lwpheader.hxx
index 5d0910ccd1b7..36c1770e8575 100644
--- a/lotuswordpro/source/filter/lwpheader.hxx
+++ b/lotuswordpro/source/filter/lwpheader.hxx
@@ -68,7 +68,7 @@
#include <math.h>
#include <vector>
#include <memory>
-#include <hash_map>
+#include <boost/unordered_map.hpp>
#include <map>
#include <assert.h>
#include <string>