[Libreoffice-commits] core.git: include/o3tl
Stephan Bergmann
sbergman at redhat.com
Tue Jan 5 22:53:46 PST 2016
include/o3tl/cow_wrapper.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3a459b52c57591ddc0d2c7db58d8534344263d65
Author: Stephan Bergmann <sbergman at 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
{
More information about the Libreoffice-commits
mailing list