Skip to content

Commit 5113d41

Browse files
committed
Add #include <cassert>
1 parent 029ca74 commit 5113d41

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/tight_inclusion/ccd.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include <tight_inclusion/timer.hpp>
55

66
#include <vector>
7+
#include <cassert>
78

89
namespace ticcd {
910

src/tight_inclusion/interval.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// An interval object.
22
#include "interval.hpp"
33

4+
#include <cassert>
5+
46
namespace ticcd {
57

68
static constexpr uint8_t MAX_DENOM_POWER = 8 * sizeof(uint64_t) - 1;

0 commit comments

Comments
 (0)