diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-10-29 14:45:48 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-10-29 15:29:22 +0200 |
commit | 28561633d82df4f7909b6d8211d4bff2912f1bd6 (patch) | |
tree | 48f5b2c6d1597447e6124418bda1452a16906190 /sc/inc/pch/precompiled_sc.hxx | |
parent | 20860044c4a8c990a0b734c5a8eb63de4ab03260 (diff) |
Don't bother with a separate dynamically loaded scopencl library
Just link that code into the sc library. We use clew anyway to handle
optoinal presence of OpenCL at run-time.
This is a straightforward change for now. Could be cleaner; we could
get rid of the fairly pointless wrappers in
sc/source/core/opencl/formulagroupcl.cxx for instance.
Change-Id: I23215c6516ef04698f6891e2a7fc6611dc83b37a
Diffstat (limited to 'sc/inc/pch/precompiled_sc.hxx')
-rw-r--r-- | sc/inc/pch/precompiled_sc.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/inc/pch/precompiled_sc.hxx b/sc/inc/pch/precompiled_sc.hxx index 5e4dada012d9..e46f17c5ca6b 100644 --- a/sc/inc/pch/precompiled_sc.hxx +++ b/sc/inc/pch/precompiled_sc.hxx @@ -57,6 +57,7 @@ #include <boost/unordered_set.hpp> #include <cassert> #include <climits> +#include <cmath> #include <com/sun/star/accessibility/AccessibleEventId.hpp> #include <com/sun/star/accessibility/AccessibleEventObject.hpp> #include <com/sun/star/accessibility/AccessibleRelationType.hpp> @@ -430,6 +431,7 @@ #include <comphelper/types.hxx> #include <comphelper/uno3.hxx> #include <config_features.h> +#include <config_folders.h> #include <config_mpl.h> #include <config_options.h> #include <config_orcus.h> @@ -561,6 +563,7 @@ #include <rsc/rscsfx.hxx> #include <rtl/bootstrap.hxx> #include <rtl/crc.h> +#include <rtl/digest.h> #include <rtl/instance.hxx> #include <rtl/math.hxx> #include <rtl/ref.hxx> @@ -627,6 +630,7 @@ #include <sot/filelist.hxx> #include <sot/formats.hxx> #include <sot/storage.hxx> +#include <sstream> #include <stdio.h> #include <stdlib.h> #include <string.h> |