summaryrefslogtreecommitdiffstats
path: root/include/osl/file.hxx
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/osl/file.hxx
parenttdf#93139 Orca Screen Reader does not read bullet part 2 (diff)
downloadcore-08138396828aea9961f836c203d9d4a683c98882.tar.gz
core-08138396828aea9961f836c203d9d4a683c98882.zip
Missing includes (for NULL)
Change-Id: Id2359f6ff4bddb2afbc0b346e17cd858f00179e3
Diffstat (limited to 'include/osl/file.hxx')
-rw-r--r--include/osl/file.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osl/file.hxx b/include/osl/file.hxx
index 1e75a57b8c1f..87d11fb3206d 100644
--- a/include/osl/file.hxx
+++ b/include/osl/file.hxx
@@ -25,6 +25,7 @@
#include <string.h>
#include <cassert>
+#include <cstddef>
#include <sal/log.hxx>
#include <osl/time.h>