diff options
-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; |