Skip to content

Commit

Permalink
Add #include <cassert>
Browse files Browse the repository at this point in the history
  • Loading branch information
zfergus committed May 30, 2024
1 parent 029ca74 commit 5113d41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/tight_inclusion/ccd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <tight_inclusion/timer.hpp>

#include <vector>
#include <cassert>

namespace ticcd {

Expand Down
2 changes: 2 additions & 0 deletions src/tight_inclusion/interval.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// An interval object.
#include "interval.hpp"

#include <cassert>

namespace ticcd {

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

0 comments on commit 5113d41

Please sign in to comment.