diff --git a/src/communication/raft/test_utils.hpp b/src/communication/raft/test_utils.hpp index 75f810957..3ce575287 100644 --- a/src/communication/raft/test_utils.hpp +++ b/src/communication/raft/test_utils.hpp @@ -1,3 +1,5 @@ +#include + #include "communication/raft/raft.hpp" namespace communication::raft::test_utils { @@ -103,4 +105,4 @@ class InMemoryStorageInterface : public RaftStorageInterface { std::vector> log_; }; -} +} // namespace communication::raft::test_utils