We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5adad8e commit f00732eCopy full SHA for f00732e
include/boost/compute/core.hpp
@@ -22,6 +22,7 @@
22
#include <boost/compute/device.hpp>
23
#include <boost/compute/event.hpp>
24
#include <boost/compute/kernel.hpp>
25
+#include <boost/compute/types.hpp>
26
#include <boost/compute/memory_object.hpp>
27
#include <boost/compute/platform.hpp>
28
#include <boost/compute/program.hpp>
include/boost/compute/kernel.hpp
@@ -23,7 +23,6 @@
#include <boost/compute/exception.hpp>
-#include <boost/compute/types.hpp>
#include <boost/compute/type_traits/is_fundamental.hpp>
#include <boost/compute/detail/diagnostic.hpp>
29
#include <boost/compute/detail/get_object_info.hpp>
0 commit comments