include/o3tl/cow_wrapper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3a459b52c57591ddc0d2c7db58d8534344263d65 Author: Stephan Bergmann <sberg...@redhat.com> Date: Wed Jan 6 07:53:23 2016 +0100 std::swap is in <utility>, not <algorithm> Change-Id: I8b93f053276ff273f2f79ed29d7605d976f7d866 diff --git a/include/o3tl/cow_wrapper.hxx b/include/o3tl/cow_wrapper.hxx index f3db60e..f9811b4 100644 --- a/include/o3tl/cow_wrapper.hxx +++ b/include/o3tl/cow_wrapper.hxx @@ -22,7 +22,7 @@ #include <osl/interlck.h> -#include <algorithm> +#include <utility> namespace o3tl { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits