sw/inc/unotbl.hxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)
New commits: commit fd3da62330243350e482c03187ecbe08686d14a0 Author: Michael Stahl <mst...@redhat.com> Date: Fri Sep 21 20:38:23 2012 +0200 sigh... include stdint.h for SIZE_MAX Change-Id: I714149f8cf800ea0021cc72a4bb50d840076da66 diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx index 8b6c219..8554a04 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> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits