diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-06-03 18:46:51 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-06-04 08:27:38 +0200 |
commit | bb847b448f8b04e40ba66e7feab42f2b697383b4 (patch) | |
tree | 8cacfccc7931cdd6602ce056a9660b38c39a88bc | |
parent | 1ae6523a3aded9fef63c688f63fa6e80c0592502 (diff) |
Missing include
Change-Id: I4c733df9c5a01f911c6a99fca21a2dd70aeecf18
Reviewed-on: https://gerrit.libreoffice.org/73407
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r-- | sc/source/core/opencl/op_spreadsheet.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/core/opencl/op_spreadsheet.cxx b/sc/source/core/opencl/op_spreadsheet.cxx index 10b22b045aa6..9df0447d7e1d 100644 --- a/sc/source/core/opencl/op_spreadsheet.cxx +++ b/sc/source/core/opencl/op_spreadsheet.cxx @@ -11,6 +11,8 @@ #include <rtl/math.hxx> #include <formula/vectortoken.hxx> + +#include <algorithm> #include <sstream> using namespace formula; |