Skip to content

Commit

Permalink
chore: add missing ReallyAssert include
Browse files Browse the repository at this point in the history
  • Loading branch information
daantimmer committed Nov 27, 2024
1 parent ed48028 commit 17e101b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/util/BoundedString.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
// BoundedString is similar to std::string, except that it can contain a maximum number of characters

#include "infra/util/MemoryRange.hpp"
#include "infra/util/ReallyAssert.hpp"
#include "infra/util/WithStorage.hpp"
#include <algorithm>
#include <cctype>
Expand Down

0 comments on commit 17e101b

Please sign in to comment.