summaryrefslogtreecommitdiffstats
path: root/opencl
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-10-20 21:03:02 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-10-24 13:29:40 +0200
commitdc35f2592654166ab293c1315f47cec9d2384ed5 (patch)
tree93d2d17354edf256b7a334e99e1bba869789bdd5 /opencl
parenttdf#120807 check for valid ImplGetWindowImpl() (diff)
downloadcore-dc35f2592654166ab293c1315f47cec9d2384ed5.tar.gz
core-dc35f2592654166ab293c1315f47cec9d2384ed5.zip
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')
-rw-r--r--opencl/source/openclwrapper.cxx1
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>