[Libreoffice-commits] core.git: sal/osl

Stephan Bergmann sbergman at redhat.com
Fri Dec 4 07:17:43 PST 2015


 sal/osl/w32/backtrace.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 6a2951006923409af78213c5d0e4d228176bcd62
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Dec 4 16:16:55 2015 +0100

    Missing include
    
    Change-Id: I97c7a1c3c8a1dca0227477b54c4ce17530bd6b33

diff --git a/sal/osl/w32/backtrace.cxx b/sal/osl/w32/backtrace.cxx
index 80f0856..78f5939 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()
 {


More information about the Libreoffice-commits mailing list