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/rtl/ustrbuf.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include/rtl/ustrbuf.hxx') diff --git a/include/rtl/ustrbuf.hxx b/include/rtl/ustrbuf.hxx index 911163e2db20..ef2564da978b 100644 --- a/include/rtl/ustrbuf.hxx +++ b/include/rtl/ustrbuf.hxx @@ -23,6 +23,7 @@ #include #include +#include #include #include -- cgit