summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2014-12-03 00:12:28 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-12-03 08:04:05 +0000
commite6e51a0a90c62eaadb9079fb13c618b8d51f1201 (patch)
tree9de568aa4f2fd8e210e137aa7c8119a33ad0cb8f /basic
parentf4aebede2b575f7572acdccbe74873ccf2c8683d (diff)
Add missing include header
Change-Id: I59d6f1401cdfc37c0949cc9d439cb7ff52857079 Reviewed-on: https://gerrit.libreoffice.org/13286 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'basic')
-rw-r--r--basic/source/runtime/dllmgr-x64.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/basic/source/runtime/dllmgr-x64.cxx b/basic/source/runtime/dllmgr-x64.cxx
index 407b3f3bf8e4..90b20949eb1f 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>