Skip to content

Commit 5adad8e

Browse files
ddemidovjszuppe
authored andcommitted
kernel.hpp needs to include types.hpp
1 parent 0ab199c commit 5adad8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/boost/compute/kernel.hpp

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

0 commit comments

Comments
 (0)