diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-01-06 07:53:23 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-01-06 07:53:23 +0100 |
commit | 3a459b52c57591ddc0d2c7db58d8534344263d65 (patch) | |
tree | 8d5894b09b284e398f2148cb31543f8d7759aaee /include/o3tl | |
parent | 6c1cab568039aca82a744badde335f83413beaa3 (diff) |
std::swap is in <utility>, not <algorithm>
Change-Id: I8b93f053276ff273f2f79ed29d7605d976f7d866
Diffstat (limited to 'include/o3tl')
-rw-r--r-- | include/o3tl/cow_wrapper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/o3tl/cow_wrapper.hxx b/include/o3tl/cow_wrapper.hxx index f3db60eba213..f9811b48a374 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 { |