[Libreoffice-commits] core.git: include/LibreOfficeKit
Stephan Bergmann
sbergman at redhat.com
Tue Nov 10 04:21:53 PST 2015
include/LibreOfficeKit/LibreOfficeKit.hxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 37968fd404ca04333502921e5560f893c7933888
Author: Stephan Bergmann <sbergman at 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"
More information about the Libreoffice-commits
mailing list