1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-16 03:44:56 +02:00

fix libeosio header includes.

This commit is contained in:
Henrik Hautakoski 2023-03-29 11:30:49 +02:00
parent b3378eda16
commit 13a99e15d9
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@
#define EOSIOKEYGEN_KEY_SEARCH_HELPERS_H
#include <string>
#include <libeosio/types.hpp>
#include <libeosio/ec.hpp>
#include <eoskeygen/core/string.hpp>
#include <eoskeygen/key_search.hpp>
#include <eoskeygen/key_search_result.hpp>

View file

@ -26,7 +26,7 @@
#include <stdint.h>
#include <string>
#include <libeosio/types.hpp>
#include <libeosio/ec.hpp>
#include <eoskeygen/config.hpp>
#include <eoskeygen/core/dictionary.hpp>
#include <eoskeygen/core/strlist.hpp>