Skip to content

Commit

Permalink
Merge pull request #1 from ddemidov/add_test_mactypes
Browse files Browse the repository at this point in the history
Include compute/types.hpp into compute/core.hpp
  • Loading branch information
henryiii committed Oct 26, 2017
2 parents 7bb94c4 + cee5bd0 commit 70aa256
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions include/boost/compute/core.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <boost/compute/device.hpp>
#include <boost/compute/event.hpp>
#include <boost/compute/kernel.hpp>
#include <boost/compute/types.hpp>
#include <boost/compute/memory_object.hpp>
#include <boost/compute/platform.hpp>
#include <boost/compute/program.hpp>
Expand Down
1 change: 0 additions & 1 deletion include/boost/compute/kernel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#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/get_object_info.hpp>
#include <boost/compute/detail/assert_cl_success.hpp>
Expand Down

0 comments on commit 70aa256

Please sign in to comment.