diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-12-04 16:20:49 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-12-04 16:20:49 +0100 |
commit | d6eedfe27a04df597a83df5576a31245f3fff0f4 (patch) | |
tree | 961982b9b9ea7f6330f6c334ea488616639dc507 /sal | |
parent | 6a2951006923409af78213c5d0e4d228176bcd62 (diff) |
Fix include
Change-Id: I8dd2624cf70dbb34f6fe0a1744c3266dcef07198
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/w32/backtrace.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/w32/backtrace.cxx b/sal/osl/w32/backtrace.cxx index 78f59396223b..750cb15f609a 100644 --- a/sal/osl/w32/backtrace.cxx +++ b/sal/osl/w32/backtrace.cxx @@ -15,7 +15,7 @@ #define OPTIONAL #include <DbgHelp.h> -#include <ustrbuf.hxx> +#include <rtl/ustrbuf.hxx> // No-op for now; it needs implementing. rtl_uString *osl_backtraceAsString() |