Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tamper detection/values #224

Open
wants to merge 11 commits into
base: trunk
Choose a base branch
from
Prev Previous commit
Next Next commit
fix: add missing include
Signed-off-by: Sam Stuewe <stuewe@mit.edu>
HalosGhost committed Jul 6, 2023
commit 151c509552405ee1173dabf9109e86bced81072f
1 change: 1 addition & 0 deletions src/util/raft/index_comparator.cpp
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@
#include "index_comparator.hpp"

#include <cstring>
#include <cstdint>
#include <leveldb/slice.h>

namespace cbdc::raft {