diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 13:14:21 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 13:14:21 +0100 |
commit | 08138396828aea9961f836c203d9d4a683c98882 (patch) | |
tree | c6bfb4b5ee451bc12cdb0624f2858e7a9e29a242 /include/cppuhelper/interfacecontainer.hxx | |
parent | e2ff5810f1578794aa2617e8d0b44d64642f8eca (diff) |
Missing includes (for NULL)
Change-Id: Id2359f6ff4bddb2afbc0b346e17cd858f00179e3
Diffstat (limited to 'include/cppuhelper/interfacecontainer.hxx')
-rw-r--r-- | include/cppuhelper/interfacecontainer.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/cppuhelper/interfacecontainer.hxx b/include/cppuhelper/interfacecontainer.hxx index 9b858f9b2e54..6b765ba2bccd 100644 --- a/include/cppuhelper/interfacecontainer.hxx +++ b/include/cppuhelper/interfacecontainer.hxx @@ -19,6 +19,10 @@ #ifndef INCLUDED_CPPUHELPER_INTERFACECONTAINER_HXX #define INCLUDED_CPPUHELPER_INTERFACECONTAINER_HXX +#include <sal/config.h> + +#include <cstddef> + #include <cppuhelper/interfacecontainer.h> |