Fix compilation
Reviewers: teon.banek, mislav.bradac, mferencevic Reviewed By: teon.banek Differential Revision: https://phabricator.memgraph.io/D1040
This commit is contained in:
parent
0bf692f8ec
commit
eb1adccf40
@ -1,3 +1,5 @@
|
||||
#include <functional>
|
||||
|
||||
#include "communication/raft/raft.hpp"
|
||||
|
||||
namespace communication::raft::test_utils {
|
||||
@ -103,4 +105,4 @@ class InMemoryStorageInterface : public RaftStorageInterface<State> {
|
||||
std::vector<LogEntry<State>> log_;
|
||||
};
|
||||
|
||||
}
|
||||
} // namespace communication::raft::test_utils
|
||||
|
Loading…
Reference in New Issue
Block a user