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

(-)xmlscript/source/xml_helper/xml_impctx.cxx (+4 lines)
Lines 60-66 Link Here
60
 ************************************************************************/
60
 ************************************************************************/
61
61
62
#include <vector>
62
#include <vector>
63
#if ( __GNU_STL__ == 3 )
64
#include <ext/hash_map>
65
#else
63
#include <hash_map>
66
#include <hash_map>
67
#endif
64
68
65
#include <osl/diagnose.h>
69
#include <osl/diagnose.h>
66
#include <osl/mutex.hxx>
70
#include <osl/mutex.hxx>
(-)xmlscript/source/xmldlg_imexp/exp_share.hxx (+4 lines)
Lines 58-64 Link Here
58
 *
58
 *
59
 *
59
 *
60
 ************************************************************************/
60
 ************************************************************************/
61
#if ( __GNU_STL__ == 3 )
62
#include <ext/hash_map>
63
#else
61
#include <hash_map>
64
#include <hash_map>
65
#endif
62
66
63
#include <xmlscript/xmldlg_imexp.hxx>
67
#include <xmlscript/xmldlg_imexp.hxx>
64
#include <xmlscript/xml_helper.hxx>
68
#include <xmlscript/xml_helper.hxx>

Return to issue 1129