diff --git a/src/WIF.h b/src/WIF.h index 06b4a63..5102e65 100644 --- a/src/WIF.h +++ b/src/WIF.h @@ -25,7 +25,7 @@ #define WIF_H #include -#include "ec.h" +#include "types.h" std::string wif_priv_encode(ec_privkey_t priv); diff --git a/src/key_search_helpers.h b/src/key_search_helpers.h index 66e7783..b9679b9 100644 --- a/src/key_search_helpers.h +++ b/src/key_search_helpers.h @@ -25,7 +25,7 @@ #define KEY_SEARCH_HELPERS_H #include "string.h" -#include "ec.h" +#include "types.h" struct key_result { size_t pos; // position where the word was found.