To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=59900 Issue #:|59900 Summary:|Use #include <vector> and not #include "stl/vector" Component:|Database access Version:|current Platform:|All URL:| OS/Version:|All Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P3 Subcomponent:|none Assigned to:|ebischoff Reported by:|mkretzschmar
------- Additional comments from [EMAIL PROTECTED] Fri Dec 30 12:24:28 -0800 2005 ------- The file connectivity/source/drivers/kab/korder.hxx Uses #include "stl/vector" This breaks the build with external stlport. Please use #include <vector> instead. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
