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/uno/dispatcher.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/uno/dispatcher.hxx') diff --git a/include/uno/dispatcher.hxx b/include/uno/dispatcher.hxx index 75bf1a7503cf..d8d5189b14ec 100644 --- a/include/uno/dispatcher.hxx +++ b/include/uno/dispatcher.hxx @@ -20,6 +20,10 @@ #ifndef INCLUDED_UNO_DISPATCHER_HXX #define INCLUDED_UNO_DISPATCHER_HXX +#include + +#include + #include /// @cond INTERNAL -- cgit