From f352ee156c1f184b3aded8dc0ea3eeb68bfbca10 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 1 Sep 2016 10:42:34 +0100 Subject: boost::intrusive_ptr->tools::SvRef MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4c913dc62efe3f3747e78670f4efb0216d95c4ad Reviewed-on: https://gerrit.libreoffice.org/28585 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- basic/source/runtime/methods.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'basic') diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx index 468cb9ffffbf..8671417131c0 100644 --- a/basic/source/runtime/methods.cxx +++ b/basic/source/runtime/methods.cxx @@ -94,6 +94,8 @@ using namespace com::sun::star::uno; #include #include #include +#else +#include #endif #if HAVE_FEATURE_SCRIPTING -- cgit