sw: include limits.h to fix build on Ubuntu 12.04
Change-Id: I37d4d4a933cfd1df8dc8f8258e270bd3dbcef714
This commit is contained in:
committed by
Michael Stahl
parent
d2a42d6772
commit
220ec3b1a9
@@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <limits>
|
#include <limits.h>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
using ::com::sun::star::uno::Exception;
|
using ::com::sun::star::uno::Exception;
|
||||||
|
Reference in New Issue
Block a user