summaryrefslogtreecommitdiff
path: root/include/typelib
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/typelib
parente2ff5810f1578794aa2617e8d0b44d64642f8eca (diff)
Missing includes (for NULL)
Change-Id: Id2359f6ff4bddb2afbc0b346e17cd858f00179e3
Diffstat (limited to 'include/typelib')
-rw-r--r--include/typelib/typedescription.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/typelib/typedescription.hxx b/include/typelib/typedescription.hxx
index 26252a344023..c8f0eb24d2de 100644
--- a/include/typelib/typedescription.hxx
+++ b/include/typelib/typedescription.hxx
@@ -19,6 +19,10 @@
#ifndef INCLUDED_TYPELIB_TYPEDESCRIPTION_HXX
#define INCLUDED_TYPELIB_TYPEDESCRIPTION_HXX
+#include <sal/config.h>
+
+#include <cstddef>
+
#include <rtl/alloc.h>
#include <rtl/ustring.hxx>
#include <com/sun/star/uno/Type.h>