From e99fcbe58ef7533da06ee4658a4ee2cde4df58ea Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 3 Feb 2011 16:55:17 -0700 Subject: Bulk move libs-gui to boost unordered containers --- sot/source/sdstor/stgcache.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sot') 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 #endif -#include +#include #if defined(_MSC_VER) && (_MSC_VER<1200) #include #endif @@ -50,7 +50,7 @@ /*************************************************************************/ //----------------------------------------------------------------------------- -typedef std::hash_map +typedef boost::unordered_map < INT32, StgPage *, -- cgit