include/LibreOfficeKit/LibreOfficeKit.hxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 37968fd404ca04333502921e5560f893c7933888 Author: Stephan Bergmann <sberg...@redhat.com> Date: Tue Nov 10 13:21:28 2015 +0100 Missing include (for NULL) Change-Id: I26e448de315b56f36cfeb74a66c0db6a9148d9b0 diff --git a/include/LibreOfficeKit/LibreOfficeKit.hxx b/include/LibreOfficeKit/LibreOfficeKit.hxx index 303f397..fe8c4d1 100644 --- a/include/LibreOfficeKit/LibreOfficeKit.hxx +++ b/include/LibreOfficeKit/LibreOfficeKit.hxx @@ -10,6 +10,8 @@ #ifndef INCLUDED_LIBREOFFICEKIT_LIBREOFFICEKIT_HXX #define INCLUDED_LIBREOFFICEKIT_LIBREOFFICEKIT_HXX +#include <cstddef> + #include "LibreOfficeKit.h" #include "LibreOfficeKitInit.h" _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits