From f4227c822c7f5a4e1e1b3b4e096cb63cf710a3f1 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 30 Apr 2013 23:38:40 +0200 Subject: Blind fix for MSVC, take two ...it is likely rather the implicitly defined inline special member functions of VclBuilder that cause the trouble of trying to fully instantiate boost::ptr_map. Change-Id: I67ad7434b4e3a2e01c15f7e39080226676412af1 --- include/vcl/builder.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/vcl/builder.hxx b/include/vcl/builder.hxx index fff53c34c3d7..83532dd77c32 100644 --- a/include/vcl/builder.hxx +++ b/include/vcl/builder.hxx @@ -20,6 +20,7 @@ #include #include #include +#include #include class ListBox; @@ -38,7 +39,7 @@ class SAL_DLLPUBLIC_TEMPLATE ModuleMap: } } -class VCL_DLLPUBLIC VclBuilder +class VCL_DLLPUBLIC VclBuilder: private boost::noncopyable { public: typedef std::map stringmap; -- cgit