diff options
Diffstat (limited to 'include')
-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 { |