Skip to content

Commit

Permalink
kernel.hpp needs to include types.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ddemidov authored and jszuppe committed Feb 10, 2019
1 parent 0ab199c commit 5adad8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/boost/compute/kernel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <boost/compute/exception.hpp>
#include <boost/compute/program.hpp>
#include <boost/compute/platform.hpp>
#include <boost/compute/types.hpp>
#include <boost/compute/type_traits/is_fundamental.hpp>
#include <boost/compute/detail/diagnostic.hpp>
#include <boost/compute/detail/get_object_info.hpp>
Expand Down

0 comments on commit 5adad8e

Please sign in to comment.