summaryrefslogtreecommitdiff
path: root/opencl/inc/opencl_device.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'opencl/inc/opencl_device.hxx')
-rw-r--r--opencl/inc/opencl_device.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/opencl/inc/opencl_device.hxx b/opencl/inc/opencl_device.hxx
index b69cbabc28a5..93cc5f7a1271 100644
--- a/opencl/inc/opencl_device.hxx
+++ b/opencl/inc/opencl_device.hxx
@@ -10,9 +10,10 @@
#ifndef INCLUDED_OPENCL_INC_OPENCL_DEVICE_HXX
#define INCLUDED_OPENCL_INC_OPENCL_DEVICE_HXX
-#include <opencl/openclwrapper.hxx>
+#include <rtl/ustring.hxx>
-#include "opencl_device_selection.h"
+namespace openclwrapper { struct GPUEnv; }
+struct ds_device;
ds_device const & getDeviceSelection(OUString const & pFileName, bool bForceSelection);