diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-09-17 19:31:41 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-09-19 17:03:26 +0200 |
commit | 5b0bc1bee668ab670044ecd564c84583c261c07e (patch) | |
tree | 576d04142dce978e000111f825bd686d56d718a6 /sc | |
parent | a321536cc682e98ad677deae3fa36b4dd25520f5 (diff) |
use $UserInstallation/cache to cache opencl kernels
Change-Id: I2ba1fb6172cfd0c725a45d4506b46e8f04a33093
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/opencl/openclwrapper.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/core/opencl/openclwrapper.cxx b/sc/source/core/opencl/openclwrapper.cxx index 45dedc2394a7..1a1945164230 100644 --- a/sc/source/core/opencl/openclwrapper.cxx +++ b/sc/source/core/opencl/openclwrapper.cxx @@ -18,6 +18,7 @@ #include <boost/scoped_array.hpp> #include "sal/config.h" +#include <osl/file.hxx> #include "oclkernels.hxx" #include <stdio.h> |