summaryrefslogtreecommitdiffstats
path: root/include/rtl
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/rtl
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/rtl')
-rw-r--r--include/rtl/bootstrap.hxx5
-rw-r--r--include/rtl/byteseq.hxx1
-rw-r--r--include/rtl/instance.hxx2
-rw-r--r--include/rtl/math.hxx1
-rw-r--r--include/rtl/strbuf.hxx1
-rw-r--r--include/rtl/ustrbuf.hxx1
-rw-r--r--include/rtl/ustring.hxx1
7 files changed, 12 insertions, 0 deletions
diff --git a/include/rtl/bootstrap.hxx b/include/rtl/bootstrap.hxx
index 2c433b923977..e058724e8e9f 100644
--- a/include/rtl/bootstrap.hxx
+++ b/include/rtl/bootstrap.hxx
@@ -18,6 +18,11 @@
*/
#ifndef INCLUDED_RTL_BOOTSTRAP_HXX
#define INCLUDED_RTL_BOOTSTRAP_HXX
+
+#include <sal/config.h>
+
+#include <cstddef>
+
#include <rtl/ustring.hxx>
#include <rtl/bootstrap.h>
diff --git a/include/rtl/byteseq.hxx b/include/rtl/byteseq.hxx
index cb16b83487d7..041b8bc361a8 100644
--- a/include/rtl/byteseq.hxx
+++ b/include/rtl/byteseq.hxx
@@ -21,6 +21,7 @@
#include <rtl/byteseq.h>
+#include <cstddef>
#include <new>
namespace rtl
diff --git a/include/rtl/instance.hxx b/include/rtl/instance.hxx
index d7f8401fef4a..740c581df1ca 100644
--- a/include/rtl/instance.hxx
+++ b/include/rtl/instance.hxx
@@ -22,6 +22,8 @@
#include <sal/config.h>
+#include <cstddef>
+
#include <osl/doublecheckedlocking.h>
#if ! HAVE_THREADSAFE_STATICS
#include <osl/getglobalmutex.hxx>
diff --git a/include/rtl/math.hxx b/include/rtl/math.hxx
index 76d00f0ce993..642763dfc2d7 100644
--- a/include/rtl/math.hxx
+++ b/include/rtl/math.hxx
@@ -27,6 +27,7 @@
#include <sal/mathconf.h>
#include <sal/types.h>
+#include <cstddef>
#include <math.h>
namespace rtl {
diff --git a/include/rtl/strbuf.hxx b/include/rtl/strbuf.hxx
index 15926911008e..2798e92883d1 100644
--- a/include/rtl/strbuf.hxx
+++ b/include/rtl/strbuf.hxx
@@ -23,6 +23,7 @@
#include <sal/config.h>
#include <cassert>
+#include <cstddef>
#include <string.h>
#include <rtl/strbuf.h>
diff --git a/include/rtl/ustrbuf.hxx b/include/rtl/ustrbuf.hxx
index 911163e2db20..ef2564da978b 100644
--- a/include/rtl/ustrbuf.hxx
+++ b/include/rtl/ustrbuf.hxx
@@ -23,6 +23,7 @@
#include <sal/config.h>
#include <cassert>
+#include <cstddef>
#include <string.h>
#include <rtl/ustrbuf.h>
diff --git a/include/rtl/ustring.hxx b/include/rtl/ustring.hxx
index 20becd358589..2337e322c6d4 100644
--- a/include/rtl/ustring.hxx
+++ b/include/rtl/ustring.hxx
@@ -23,6 +23,7 @@
#include <sal/config.h>
#include <cassert>
+#include <cstddef>
#include <new>
#include <ostream>
#include <string.h>