[Libreoffice-commits] core.git: sal/osl
Stephan Bergmann
sbergman at redhat.com
Fri Dec 4 07:21:13 PST 2015
sal/osl/w32/backtrace.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d6eedfe27a04df597a83df5576a31245f3fff0f4
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Dec 4 16:20:49 2015 +0100
Fix include
Change-Id: I8dd2624cf70dbb34f6fe0a1744c3266dcef07198
diff --git a/sal/osl/w32/backtrace.cxx b/sal/osl/w32/backtrace.cxx
index 78f5939..750cb15 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()
More information about the Libreoffice-commits
mailing list