diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-12-04 16:16:55 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-12-04 16:17:21 +0100 |
commit | 6a2951006923409af78213c5d0e4d228176bcd62 (patch) | |
tree | b007a2d0d8e7663a7f23bbe6ed28f8d15e16be11 /sal/osl | |
parent | 58a3f5697808ca1db0c99b25e6f4d9e43dec16ba (diff) |
Missing include
Change-Id: I97c7a1c3c8a1dca0227477b54c4ce17530bd6b33
Diffstat (limited to 'sal/osl')
-rw-r--r-- | sal/osl/w32/backtrace.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sal/osl/w32/backtrace.cxx b/sal/osl/w32/backtrace.cxx index 80f0856e9e12..78f59396223b 100644 --- a/sal/osl/w32/backtrace.cxx +++ b/sal/osl/w32/backtrace.cxx @@ -15,6 +15,8 @@ #define OPTIONAL #include <DbgHelp.h> +#include <ustrbuf.hxx> + // No-op for now; it needs implementing. rtl_uString *osl_backtraceAsString() { |