summaryrefslogtreecommitdiff
path: root/include/osl
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/osl
parente2ff5810f1578794aa2617e8d0b44d64642f8eca (diff)
Missing includes (for NULL)
Change-Id: Id2359f6ff4bddb2afbc0b346e17cd858f00179e3
Diffstat (limited to 'include/osl')
-rw-r--r--include/osl/conditn.hxx4
-rw-r--r--include/osl/diagnose.hxx1
-rw-r--r--include/osl/file.hxx1
-rw-r--r--include/osl/module.hxx4
-rw-r--r--include/osl/pipe.hxx4
-rw-r--r--include/osl/security.hxx4
-rw-r--r--include/osl/socket_decl.hxx4
-rw-r--r--include/osl/thread.hxx1
8 files changed, 23 insertions, 0 deletions
diff --git a/include/osl/conditn.hxx b/include/osl/conditn.hxx
index d728d1e78c73..2e91dd07d5ae 100644
--- a/include/osl/conditn.hxx
+++ b/include/osl/conditn.hxx
@@ -20,6 +20,10 @@
#ifndef INCLUDED_OSL_CONDITN_HXX
#define INCLUDED_OSL_CONDITN_HXX
+#include <sal/config.h>
+
+#include <cstddef>
+
#include <osl/time.h>
#include <osl/conditn.h>
diff --git a/include/osl/diagnose.hxx b/include/osl/diagnose.hxx
index deccf8bcb7be..c94b9b1dc5ad 100644
--- a/include/osl/diagnose.hxx
+++ b/include/osl/diagnose.hxx
@@ -23,6 +23,7 @@
#include <sal/config.h>
+#include <cstddef>
#include <functional>
#include <typeinfo>
diff --git a/include/osl/file.hxx b/include/osl/file.hxx
index 1e75a57b8c1f..87d11fb3206d 100644
--- a/include/osl/file.hxx
+++ b/include/osl/file.hxx
@@ -25,6 +25,7 @@
#include <string.h>
#include <cassert>
+#include <cstddef>
#include <sal/log.hxx>
#include <osl/time.h>
diff --git a/include/osl/module.hxx b/include/osl/module.hxx
index db8e24ec485f..0cf9e64b3c09 100644
--- a/include/osl/module.hxx
+++ b/include/osl/module.hxx
@@ -20,6 +20,10 @@
#ifndef INCLUDED_OSL_MODULE_HXX
#define INCLUDED_OSL_MODULE_HXX
+#include <sal/config.h>
+
+#include <cstddef>
+
#include <rtl/ustring.hxx>
#include <osl/module.h>
diff --git a/include/osl/pipe.hxx b/include/osl/pipe.hxx
index b1cc1e6b5f40..04a971b9d09d 100644
--- a/include/osl/pipe.hxx
+++ b/include/osl/pipe.hxx
@@ -19,6 +19,10 @@
#ifndef INCLUDED_OSL_PIPE_HXX
#define INCLUDED_OSL_PIPE_HXX
+#include <sal/config.h>
+
+#include <cstddef>
+
#include <osl/pipe_decl.hxx>
namespace osl
diff --git a/include/osl/security.hxx b/include/osl/security.hxx
index 4d94ee10e308..57ab17de4c46 100644
--- a/include/osl/security.hxx
+++ b/include/osl/security.hxx
@@ -20,6 +20,10 @@
#ifndef INCLUDED_OSL_SECURITY_HXX
#define INCLUDED_OSL_SECURITY_HXX
+#include <sal/config.h>
+
+#include <cstddef>
+
#include <rtl/ustring.hxx>
#include <osl/security_decl.hxx>
diff --git a/include/osl/socket_decl.hxx b/include/osl/socket_decl.hxx
index 7f2a18f6390d..facad546ba4a 100644
--- a/include/osl/socket_decl.hxx
+++ b/include/osl/socket_decl.hxx
@@ -20,6 +20,10 @@
#ifndef INCLUDED_OSL_SOCKET_DECL_HXX
#define INCLUDED_OSL_SOCKET_DECL_HXX
+#include <sal/config.h>
+
+#include <cstddef>
+
#include <osl/socket.h>
#include <rtl/ustring.hxx>
#include <rtl/byteseq.hxx>
diff --git a/include/osl/thread.hxx b/include/osl/thread.hxx
index 0da8c847abd5..6c2392f0da30 100644
--- a/include/osl/thread.hxx
+++ b/include/osl/thread.hxx
@@ -23,6 +23,7 @@
#include <sal/config.h>
#include <cassert>
+#include <cstddef>
#include <osl/time.h>
#include <osl/thread.h>