Skip to content

Commit 34de5a1

Browse files
committed
Add includes for Sweep and Prune, and Sweep and Tiniest Queue in GPU CCD tests
1 parent 5718224 commit 34de5a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/src/tests/ccd/test_gpu_ccd.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
#include <catch2/catch_approx.hpp>
77

88
#include <ipc/ipc.hpp>
9+
#include <ipc/broad_phase/sweep_and_prune.hpp>
10+
#include <ipc/broad_phase/sweep_and_tiniest_queue.hpp>
911

1012
using namespace ipc;
1113

0 commit comments

Comments
 (0)