View | Details | Raw Unified | Return to issue 1129
Collapse All | Expand All

(-)sot/source/sdstor/stgcache.cxx (-1 / +5 lines)
Lines 62-71 Link Here
62
#if defined(_MSC_VER) && (_MSC_VER<1200)
62
#if defined(_MSC_VER) && (_MSC_VER<1200)
63
#include <tools/presys.h>
63
#include <tools/presys.h>
64
#endif
64
#endif
65
#if STLPORT_VERSION<321
65
#if defined(STLPORT_VERSION) && STLPORT_VERSION<321
66
#include <hash_map.h>
66
#include <hash_map.h>
67
#else
67
#else
68
#if ( __GNU_STL__ == 3 )
69
#include <ext/hash_map>
70
#else
68
#include <hash_map>
71
#include <hash_map>
72
#endif
69
#endif
73
#endif
70
#if defined(_MSC_VER) && (_MSC_VER<1200)
74
#if defined(_MSC_VER) && (_MSC_VER<1200)
71
#include <tools/postsys.h>
75
#include <tools/postsys.h>

Return to issue 1129