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 --- dbaccess/source/core/dataaccess/documentevents.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'dbaccess/source') diff --git a/dbaccess/source/core/dataaccess/documentevents.cxx b/dbaccess/source/core/dataaccess/documentevents.cxx index c4e947a29be6..dc14fc2d2918 100644 --- a/dbaccess/source/core/dataaccess/documentevents.cxx +++ b/dbaccess/source/core/dataaccess/documentevents.cxx @@ -26,6 +26,7 @@ #include #include +#include #include namespace dbaccess -- cgit