135360
From 8a40934a0202b40d4f690fdbe4c0ac28591c8160 Mon Sep 17 00:00:00 2001
135360
From: Stephan Bergmann <sbergman@redhat.com>
135360
Date: Tue, 10 Nov 2015 13:21:28 +0100
135360
Subject: [PATCH 295/398] Missing include (for NULL)
135360
135360
Change-Id: I26e448de315b56f36cfeb74a66c0db6a9148d9b0
135360
(cherry picked from commit 37968fd404ca04333502921e5560f893c7933888)
135360
---
135360
 include/LibreOfficeKit/LibreOfficeKit.hxx | 2 ++
135360
 1 file changed, 2 insertions(+)
135360
135360
diff --git a/include/LibreOfficeKit/LibreOfficeKit.hxx b/include/LibreOfficeKit/LibreOfficeKit.hxx
135360
index ec48d39368e3..601d3bc147a5 100644
135360
--- a/include/LibreOfficeKit/LibreOfficeKit.hxx
135360
+++ b/include/LibreOfficeKit/LibreOfficeKit.hxx
135360
@@ -10,6 +10,8 @@
135360
 #ifndef INCLUDED_LIBREOFFICEKIT_LIBREOFFICEKIT_HXX
135360
 #define INCLUDED_LIBREOFFICEKIT_LIBREOFFICEKIT_HXX
135360
 
135360
+#include <cstddef>
135360
+
135360
 #include "LibreOfficeKit.h"
135360
 #include "LibreOfficeKitInit.h"
135360
 
135360
-- 
135360
2.12.0
135360