summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 13:21:28 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 13:21:28 +0100
commit37968fd404ca04333502921e5560f893c7933888 (patch)
tree9d19e14b3c3239d3e1d3ae73050af2dba48b75a6
parentb17ca2d4782cea3f4d8576ed29c8760e79fb3a26 (diff)
Missing include (for NULL)
Change-Id: I26e448de315b56f36cfeb74a66c0db6a9148d9b0
-rw-r--r--include/LibreOfficeKit/LibreOfficeKit.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKit.hxx b/include/LibreOfficeKit/LibreOfficeKit.hxx
index 303f397ef54c..fe8c4d19aa29 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"