Skip to content

Commit f00732e

Browse files
ddemidovjszuppe
authored andcommitted
Include compute/types.hpp into compute/core.hpp
1 parent 5adad8e commit f00732e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

include/boost/compute/core.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include <boost/compute/device.hpp>
2323
#include <boost/compute/event.hpp>
2424
#include <boost/compute/kernel.hpp>
25+
#include <boost/compute/types.hpp>
2526
#include <boost/compute/memory_object.hpp>
2627
#include <boost/compute/platform.hpp>
2728
#include <boost/compute/program.hpp>

include/boost/compute/kernel.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
#include <boost/compute/exception.hpp>
2424
#include <boost/compute/program.hpp>
2525
#include <boost/compute/platform.hpp>
26-
#include <boost/compute/types.hpp>
2726
#include <boost/compute/type_traits/is_fundamental.hpp>
2827
#include <boost/compute/detail/diagnostic.hpp>
2928
#include <boost/compute/detail/get_object_info.hpp>

0 commit comments

Comments
 (0)