diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-10-20 21:03:02 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-10-24 13:29:40 +0200 |
commit | dc35f2592654166ab293c1315f47cec9d2384ed5 (patch) | |
tree | 93d2d17354edf256b7a334e99e1bba869789bdd5 /opencl/source/openclwrapper.cxx | |
parent | db0051744330d82986e8f2629a027bc4a5dc1b4a (diff) |
tdf#42949 Fix IWYU warnings in include/opencl/*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I76f15a8e7724384e8ba773621bdcac1351b32a0a
Reviewed-on: https://gerrit.libreoffice.org/62086
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'opencl/source/openclwrapper.cxx')
-rw-r--r-- | opencl/source/openclwrapper.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opencl/source/openclwrapper.cxx b/opencl/source/openclwrapper.cxx index bee764560e83..213351cc7450 100644 --- a/opencl/source/openclwrapper.cxx +++ b/opencl/source/openclwrapper.cxx @@ -13,6 +13,7 @@ #include <opencl/openclconfig.hxx> #include <opencl/openclwrapper.hxx> +#include <opencl/platforminfo.hxx> #include <osl/file.hxx> #include <rtl/bootstrap.hxx> #include <rtl/digest.h> |