summaryrefslogtreecommitdiff
path: root/include/osl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-11-19 00:31:37 +0100
committerMichael Stahl <mstahl@redhat.com>2014-11-19 11:55:11 +0100
commit40d4f917e3395611276240c75c1d825d172ed559 (patch)
treee55869e4bc3089d8de9cf8de63b3c119bc35235f /include/osl
parentdb222b74f1482870aac76d51646215d756901b8d (diff)
sal, cppuhelper headers a little more complete and self-contained
All of them now build as-is (doing that is actually a pain because some are named the same as C library headers and clang looks first in the directory where the source file is in...). Change-Id: Ief6e245c8f49fcee678aebd46394c19e4cb47f51
Diffstat (limited to 'include/osl')
-rw-r--r--include/osl/file.hxx1
-rw-r--r--include/osl/profile.hxx2
2 files changed, 3 insertions, 0 deletions
diff --git a/include/osl/file.hxx b/include/osl/file.hxx
index 293f18d25aa6..2c65fcd66e9b 100644
--- a/include/osl/file.hxx
+++ b/include/osl/file.hxx
@@ -26,6 +26,7 @@
#include <cassert>
+#include <sal/log.hxx>
#include <osl/time.h>
#include <rtl/ustring.hxx>
diff --git a/include/osl/profile.hxx b/include/osl/profile.hxx
index 1c1e899337b1..a4c9e724f78d 100644
--- a/include/osl/profile.hxx
+++ b/include/osl/profile.hxx
@@ -22,7 +22,9 @@
#include <osl/profile.h>
#include <rtl/ustring.hxx>
+
#include <string.h>
+#include <exception>
#include <list>
namespace osl {