Bug 31210 - Raw build breaking at GroupManager.hxx
Summary: Raw build breaking at GroupManager.hxx
Status: RESOLVED INVALID
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: Other All
: medium normal
Assignee: Jesus Corrius
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-29 02:31 UTC by Suren
Modified: 2010-10-30 13:42 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Suren 2010-10-29 02:31:06 UTC
Hi, 

Your last commit - http://libreoffice.pastebin.com/QLspsswf is breaking the raw build ashttp://libreoffice.pastebin.com/3hEYKZnk . Not sure if thats an issue from my side. But I immediately fixed it with a 
<snip>
#include <algorithm>
using namespace std;
</snip> 

so that I am not blocked on the build process. Please fix this suitably.
Comment 1 Suren 2010-10-30 13:42:21 UTC
This was fixed by a following commit. A  pull and consecutive build fixed the issue.

Thanks,
~Suren