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