summaryrefslogtreecommitdiffstats
path: root/include/uno
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 13:14:21 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 13:14:21 +0100
commit08138396828aea9961f836c203d9d4a683c98882 (patch)
treec6bfb4b5ee451bc12cdb0624f2858e7a9e29a242 /include/uno
parenttdf#93139 Orca Screen Reader does not read bullet part 2 (diff)
downloadcore-08138396828aea9961f836c203d9d4a683c98882.tar.gz
core-08138396828aea9961f836c203d9d4a683c98882.zip
Missing includes (for NULL)
Change-Id: Id2359f6ff4bddb2afbc0b346e17cd858f00179e3
Diffstat (limited to 'include/uno')
-rw-r--r--include/uno/current_context.hxx4
-rw-r--r--include/uno/dispatcher.hxx4
-rw-r--r--include/uno/environment.hxx4
-rw-r--r--include/uno/mapping.hxx4
4 files changed, 16 insertions, 0 deletions
diff --git a/include/uno/current_context.hxx b/include/uno/current_context.hxx
index 8f04104bc3c6..cfe3eef4d5e0 100644
--- a/include/uno/current_context.hxx
+++ b/include/uno/current_context.hxx
@@ -19,6 +19,10 @@
#ifndef INCLUDED_UNO_CURRENT_CONTEXT_HXX
#define INCLUDED_UNO_CURRENT_CONTEXT_HXX
+#include <sal/config.h>
+
+#include <cstddef>
+
#include <uno/current_context.h>
#include <uno/lbnames.h>
diff --git a/include/uno/dispatcher.hxx b/include/uno/dispatcher.hxx
index 75bf1a7503cf..d8d5189b14ec 100644
--- a/include/uno/dispatcher.hxx
+++ b/include/uno/dispatcher.hxx
@@ -20,6 +20,10 @@
#ifndef INCLUDED_UNO_DISPATCHER_HXX
#define INCLUDED_UNO_DISPATCHER_HXX
+#include <sal/config.h>
+
+#include <cstddef>
+
#include <uno/dispatcher.h>
/// @cond INTERNAL
diff --git a/include/uno/environment.hxx b/include/uno/environment.hxx
index 623f9f72f1de..8a836148677a 100644
--- a/include/uno/environment.hxx
+++ b/include/uno/environment.hxx
@@ -19,6 +19,10 @@
#ifndef INCLUDED_UNO_ENVIRONMENT_HXX
#define INCLUDED_UNO_ENVIRONMENT_HXX
+#include <sal/config.h>
+
+#include <cstddef>
+
#include <rtl/alloc.h>
#include <rtl/ustring.hxx>
#include <uno/environment.h>
diff --git a/include/uno/mapping.hxx b/include/uno/mapping.hxx
index 9a7220d3a510..6db166e25ddc 100644
--- a/include/uno/mapping.hxx
+++ b/include/uno/mapping.hxx
@@ -19,6 +19,10 @@
#ifndef INCLUDED_UNO_MAPPING_HXX
#define INCLUDED_UNO_MAPPING_HXX
+#include <sal/config.h>
+
+#include <cstddef>
+
#include <uno/lbnames.h>
#include <rtl/alloc.h>
#include <rtl/ustring.hxx>