Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions test/test_fill.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
#include <boost/test/test_case_template.hpp>
#include <boost/mpl/list.hpp>

#include <iostream>

#include <boost/compute/algorithm/equal.hpp>
#include <boost/compute/algorithm/fill.hpp>
#include <boost/compute/algorithm/fill_n.hpp>
Expand Down
2 changes: 2 additions & 0 deletions test/test_inplace_reduce.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
#define BOOST_TEST_MODULE TestInplaceReduce
#include <boost/test/unit_test.hpp>

#include <iostream>

#include <boost/compute/system.hpp>
#include <boost/compute/functional.hpp>
#include <boost/compute/algorithm/iota.hpp>
Expand Down
2 changes: 2 additions & 0 deletions test/test_merge_sort_gpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
#define BOOST_TEST_MODULE TestMergeSortOnGPU
#include <boost/test/unit_test.hpp>

#include <iostream>

#include <boost/compute/system.hpp>
#include <boost/compute/algorithm/is_sorted.hpp>
#include <boost/compute/algorithm/detail/merge_sort_on_gpu.hpp>
Expand Down
2 changes: 2 additions & 0 deletions test/test_radix_sort.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
#define BOOST_TEST_MODULE TestRadixSort
#include <boost/test/unit_test.hpp>

#include <iostream>

#include <boost/compute/system.hpp>
#include <boost/compute/algorithm/is_sorted.hpp>
#include <boost/compute/algorithm/detail/radix_sort.hpp>
Expand Down
2 changes: 2 additions & 0 deletions test/test_radix_sort_by_key.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
#define BOOST_TEST_MODULE TestRadixSortByKey
#include <boost/test/unit_test.hpp>

#include <iostream>

#include <boost/compute/system.hpp>
#include <boost/compute/algorithm/is_sorted.hpp>
#include <boost/compute/algorithm/detail/radix_sort.hpp>
Expand Down
3 changes: 2 additions & 1 deletion test/test_vector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@

#define BOOST_TEST_MODULE TestVector
#include <boost/test/unit_test.hpp>

#include <boost/concept_check.hpp>

#include <iostream>

#include <boost/compute/system.hpp>
#include <boost/compute/command_queue.hpp>
#include <boost/compute/algorithm/copy.hpp>
Expand Down