Fix compilation

Reviewers: teon.banek, mislav.bradac, mferencevic

Reviewed By: teon.banek

Differential Revision: https://phabricator.memgraph.io/D1040
This commit is contained in:
Dominik Gleich 2017-12-11 10:36:56 +01:00
parent 0bf692f8ec
commit eb1adccf40

View File

@ -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