diff options
author | Determinant <[email protected]> | 2018-07-16 19:26:36 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2018-07-16 19:26:36 -0400 |
commit | 02e347dae1a01172dbcc2efe054014c015d96507 (patch) | |
tree | 4b49650ba8d5dac0ab689cdc59867da3127f2bb7 /src/entity.cpp | |
parent | a7cfb274d651e858ab06eff5b28a6f77e0178cf1 (diff) |
...
Diffstat (limited to 'src/entity.cpp')
-rw-r--r-- | src/entity.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entity.cpp b/src/entity.cpp index 1d2e926..80c9cf9 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -1,5 +1,5 @@ #include "hotstuff/entity.h" -#include "hotstuff/core.h" +#include "hotstuff/hotstuff.h" namespace hotstuff { |