From dbfc495a9ace0865d764dad7404633a12cda2873 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Thu, 20 Feb 2014 23:04:00 +0100 Subject: Add config option used when we try to link one huge object file. In theory, it should not be used, we use it now to mark duplicated symbols from sdi slots as weak. See idl/source/objects/types.cxx. Change-Id: I3c6fccfb96884df6b9e6eb35b8615ba4d66ca208 --- sw/source/ui/shells/slotadd.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sw/source/ui/shells') diff --git a/sw/source/ui/shells/slotadd.cxx b/sw/source/ui/shells/slotadd.cxx index 7d6b301c602f..1fdb41990d25 100644 --- a/sw/source/ui/shells/slotadd.cxx +++ b/sw/source/ui/shells/slotadd.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include #include "hintids.hxx" #include "uiitems.hxx" -- cgit