From 08138396828aea9961f836c203d9d4a683c98882 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 10 Nov 2015 13:14:21 +0100 Subject: Missing includes (for NULL) Change-Id: Id2359f6ff4bddb2afbc0b346e17cd858f00179e3 --- include/com/sun/star/uno/Reference.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/com/sun/star/uno/Reference.hxx') diff --git a/include/com/sun/star/uno/Reference.hxx b/include/com/sun/star/uno/Reference.hxx index 7e8b4db279e2..498d5be4b46d 100644 --- a/include/com/sun/star/uno/Reference.hxx +++ b/include/com/sun/star/uno/Reference.hxx @@ -19,6 +19,10 @@ #ifndef INCLUDED_COM_SUN_STAR_UNO_REFERENCE_HXX #define INCLUDED_COM_SUN_STAR_UNO_REFERENCE_HXX +#include + +#include + #include #include #include -- cgit