diff options
Diffstat (limited to 'src/core.cpp')
-rw-r--r-- | src/core.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.cpp b/src/core.cpp index d6a4cc7..125e168 100644 --- a/src/core.cpp +++ b/src/core.cpp @@ -1,5 +1,5 @@ #include <stack> -#include "core.h" +#include "hotstuff/core.h" using salticidae::DataStream; using salticidae::static_pointer_cast; |