Skip to content

Commit 60692d7

Browse files
committed
Add #include <cassert>
1 parent 7c4ce25 commit 60692d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/scalable_ccd/broad_phase/aabb.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
#include <tbb/parallel_for.h>
66

7+
#include <cassert>
8+
79
namespace scalable_ccd {
810

911
AABB::AABB(const ArrayMax3& _min, const ArrayMax3& _max) : min(_min), max(_max)

0 commit comments

Comments
 (0)