diff options
author | Dennis Francis <dennis.francis@collabora.co.uk> | 2017-07-07 13:32:49 +0530 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-07-07 12:14:38 +0200 |
commit | 99cd7dc54ff8b2c6ea895e2808d9e0eeb7fb707c (patch) | |
tree | 2c9c16c68d4986e405d17aaeba37ff637c288848 /include/o3tl | |
parent | dde903aeb0e495c04b23e2169b3e733549f438af (diff) |
fix compile error due to missing include<functional>
Change-Id: I087c47084347c28f1af7881129de1a7b01960715
Reviewed-on: https://gerrit.libreoffice.org/39678
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/o3tl')
-rw-r--r-- | include/o3tl/sorted_vector.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/o3tl/sorted_vector.hxx b/include/o3tl/sorted_vector.hxx index c50e19912ea1..7a9ca4568032 100644 --- a/include/o3tl/sorted_vector.hxx +++ b/include/o3tl/sorted_vector.hxx @@ -12,6 +12,7 @@ #include <vector> #include <algorithm> +#include <functional> namespace o3tl { |