diff options
author | Fridrich Strba <fridrich.strba@bluewin.ch> | 2011-02-03 16:55:17 -0700 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-04 01:10:15 +0100 |
commit | e99fcbe58ef7533da06ee4658a4ee2cde4df58ea (patch) | |
tree | 2dffe52eb92af74244d25f19613b1af187d9eab7 /sot | |
parent | fad7c8f3e0d0518b1a6411d53d5d0a3a43adf119 (diff) |
Bulk move libs-gui to boost unordered containers
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/sdstor/stgcache.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sot/source/sdstor/stgcache.cxx b/sot/source/sdstor/stgcache.cxx index b3eca5aac8bf..4087bdb77a24 100644 --- a/sot/source/sdstor/stgcache.cxx +++ b/sot/source/sdstor/stgcache.cxx @@ -32,7 +32,7 @@ #if defined(_MSC_VER) && (_MSC_VER<1200) #include <tools/presys.h> #endif -#include <hash_map> +#include <boost/unordered_map.hpp> #if defined(_MSC_VER) && (_MSC_VER<1200) #include <tools/postsys.h> #endif @@ -50,7 +50,7 @@ /*************************************************************************/ //----------------------------------------------------------------------------- -typedef std::hash_map +typedef boost::unordered_map < INT32, StgPage *, |