summaryrefslogtreecommitdiffstats
path: root/include/com/sun/star/uno/genfunc.hxx
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/com/sun/star/uno/genfunc.hxx
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/com/sun/star/uno/genfunc.hxx')
-rw-r--r--include/com/sun/star/uno/genfunc.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/com/sun/star/uno/genfunc.hxx b/include/com/sun/star/uno/genfunc.hxx
index 9583375c6aed..d32f2a35219d 100644
--- a/include/com/sun/star/uno/genfunc.hxx
+++ b/include/com/sun/star/uno/genfunc.hxx
@@ -19,6 +19,10 @@
#ifndef INCLUDED_COM_SUN_STAR_UNO_GENFUNC_HXX
#define INCLUDED_COM_SUN_STAR_UNO_GENFUNC_HXX
+#include <sal/config.h>
+
+#include <cstddef>
+
#include <com/sun/star/uno/genfunc.h>
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/XInterface.hpp>