diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-11-19 00:31:37 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-11-19 11:55:11 +0100 |
commit | 40d4f917e3395611276240c75c1d825d172ed559 (patch) | |
tree | e55869e4bc3089d8de9cf8de63b3c119bc35235f /include/osl/profile.hxx | |
parent | db222b74f1482870aac76d51646215d756901b8d (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/profile.hxx')
-rw-r--r-- | include/osl/profile.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |