diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-16 07:38:10 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-16 07:38:28 +0300 |
commit | f9344940db627b549a9047da6b1bcc62a2d3a6ef (patch) | |
tree | 7753ac50f0c5bb03662baaa9f45c5143657c9fc8 /vcl | |
parent | 087a79db1272858f107656c5ca3c6efb45680986 (diff) |
Need <numeric> for std::accumulate()
Change-Id: Ifdc9f936346d35b825d977fcd6e42953b46f30fe
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/outdev/line.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/source/outdev/line.cxx b/vcl/source/outdev/line.cxx index 08a813b019ac..14b630ce58c7 100644 --- a/vcl/source/outdev/line.cxx +++ b/vcl/source/outdev/line.cxx @@ -17,6 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <numeric> + #include <vcl/virdev.hxx> #include <vcl/outdev.hxx> |