[Libreoffice-commits] core.git: basic/source
David Ostrovsky
david at ostrovsky.org
Wed Dec 3 00:04:29 PST 2014
basic/source/runtime/dllmgr-x64.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit e6e51a0a90c62eaadb9079fb13c618b8d51f1201
Author: David Ostrovsky <david at ostrovsky.org>
Date: Wed Dec 3 00:12:28 2014 +0100
Add missing include header
Change-Id: I59d6f1401cdfc37c0949cc9d439cb7ff52857079
Reviewed-on: https://gerrit.libreoffice.org/13286
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
Tested-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/basic/source/runtime/dllmgr-x64.cxx b/basic/source/runtime/dllmgr-x64.cxx
index 407b3f3..90b2094 100644
--- a/basic/source/runtime/dllmgr-x64.cxx
+++ b/basic/source/runtime/dllmgr-x64.cxx
@@ -33,6 +33,7 @@
#include <basic/sbx.hxx>
#include <basic/sbxvar.hxx>
#include <osl/thread.h>
+#include <osl/diagnose.h>
#include <rtl/ref.hxx>
#include <rtl/string.hxx>
#include <rtl/ustring.hxx>
More information about the Libreoffice-commits
mailing list