diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-11-17 17:29:52 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-11-17 17:29:52 +0100 |
commit | cc00f501b8686ae5a4f7db2a1546af9e04e0eab2 (patch) | |
tree | 8fa11ed0300ae7b499613fa17af53f6188459936 /sal | |
parent | 87c51f9b75198503633bc30f40b73f40a40fc72d (diff) |
Missing include
Change-Id: I767b9300568971c09c058347a9bbb66108dd792a
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/w32/path_helper.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/osl/w32/path_helper.hxx b/sal/osl/w32/path_helper.hxx index 3881e4441834..6f75fca3f94b 100644 --- a/sal/osl/w32/path_helper.hxx +++ b/sal/osl/w32/path_helper.hxx @@ -21,6 +21,7 @@ #define INCLUDED_SAL_OSL_W32_PATH_HELPER_HXX #include "path_helper.h" +#include <osl/diagnose.h> #include <rtl/alloc.h> #include <rtl/ustring.hxx> |