diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-09-21 21:22:37 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-09-21 21:22:37 +0200 |
commit | 6c7c11e2a8cbced9899f5a2da54215eaba92136e (patch) | |
tree | dd0b4ccc9c31a981e965c4433eb371299c7dae76 /sw | |
parent | fd3da62330243350e482c03187ecbe08686d14a0 (diff) |
the intarwebs say it may be hidden in limits.h...
Change-Id: I79bb1cf7777ae92982bc2909411ed4efd0d31352
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/unotbl.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx index 8554a0405823..1d464ef2ae43 100644 --- a/sw/inc/unotbl.hxx +++ b/sw/inc/unotbl.hxx @@ -29,6 +29,7 @@ #ifndef SW_UNOTBL_HXX #define SW_UNOTBL_HXX +#include <limits.h> #include <stdint.h> #include <com/sun/star/container/XNamed.hpp> |