From 6900bf41e2b7d7840e11ee1847efd671cf9b0921 Mon Sep 17 00:00:00 2001 From: Daniel Robertson Date: Sat, 29 Aug 2015 00:15:59 -0400 Subject: o3tl/cow_wrapper: remove boost dependency Remove boost dependencies from ::o3tl::cow_wrapper, and add the necessary includes to files including checked_delete and noncopyable that do not already include the necessary files. Change-Id: Iedae4232002792724226829a5d5cf9d16ffd0686 Reviewed-on: https://gerrit.libreoffice.org/18125 Reviewed-by: Thorsten Behrens Tested-by: Thorsten Behrens --- include/sfx2/sidebar/Theme.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include/sfx2') diff --git a/include/sfx2/sidebar/Theme.hxx b/include/sfx2/sidebar/Theme.hxx index bd23c6e1974f..a92ac7a87188 100644 --- a/include/sfx2/sidebar/Theme.hxx +++ b/include/sfx2/sidebar/Theme.hxx @@ -34,6 +34,7 @@ #include #include #include +#include class SvBorder; -- cgit