mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-07-04 12:03:41 +02:00
fix libeosio header includes.
This commit is contained in:
parent
b3378eda16
commit
13a99e15d9
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@
|
||||||
#define EOSIOKEYGEN_KEY_SEARCH_HELPERS_H
|
#define EOSIOKEYGEN_KEY_SEARCH_HELPERS_H
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <libeosio/types.hpp>
|
#include <libeosio/ec.hpp>
|
||||||
#include <eoskeygen/core/string.hpp>
|
#include <eoskeygen/core/string.hpp>
|
||||||
#include <eoskeygen/key_search.hpp>
|
#include <eoskeygen/key_search.hpp>
|
||||||
#include <eoskeygen/key_search_result.hpp>
|
#include <eoskeygen/key_search_result.hpp>
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <libeosio/types.hpp>
|
#include <libeosio/ec.hpp>
|
||||||
#include <eoskeygen/config.hpp>
|
#include <eoskeygen/config.hpp>
|
||||||
#include <eoskeygen/core/dictionary.hpp>
|
#include <eoskeygen/core/dictionary.hpp>
|
||||||
#include <eoskeygen/core/strlist.hpp>
|
#include <eoskeygen/core/strlist.hpp>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue