diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-09-21 20:38:23 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-09-21 20:40:01 +0200 |
commit | fd3da62330243350e482c03187ecbe08686d14a0 (patch) | |
tree | fd8ba46f79a72362eb0c3f86bb728ac3a2cd4c81 /sw/inc | |
parent | b501a27a283f07f15c5dfa7f666c5701ae8c2139 (diff) |
sigh... include stdint.h for SIZE_MAX
Change-Id: I714149f8cf800ea0021cc72a4bb50d840076da66
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/unotbl.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx index 8b6c219aca16..8554a0405823 100644 --- a/sw/inc/unotbl.hxx +++ b/sw/inc/unotbl.hxx @@ -25,8 +25,11 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ -#ifndef _UNOTBL_HXX -#define _UNOTBL_HXX + +#ifndef SW_UNOTBL_HXX +#define SW_UNOTBL_HXX + +#include <stdint.h> #include <com/sun/star/container/XNamed.hpp> #include <com/sun/star/container/XEnumerationAccess.hpp> |