1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-18 04:00:03 +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

@ -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>