mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-07-03 11:53:41 +02:00
fixing includes.
This commit is contained in:
parent
2851490b3e
commit
bc90c2e9ef
6 changed files with 3 additions and 5 deletions
|
|
@ -24,7 +24,6 @@
|
||||||
#ifndef EOSIOKEYGEN_CORE_DICTIONARY_H
|
#ifndef EOSIOKEYGEN_CORE_DICTIONARY_H
|
||||||
#define EOSIOKEYGEN_CORE_DICTIONARY_H
|
#define EOSIOKEYGEN_CORE_DICTIONARY_H
|
||||||
|
|
||||||
#include <vector>
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <set>
|
#include <set>
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,6 @@
|
||||||
#ifndef EOSIOKEYGEN_CRYPTO_WIF_H
|
#ifndef EOSIOKEYGEN_CRYPTO_WIF_H
|
||||||
#define EOSIOKEYGEN_CRYPTO_WIF_H
|
#define EOSIOKEYGEN_CRYPTO_WIF_H
|
||||||
|
|
||||||
#include <string>
|
|
||||||
#include <eoskeygen/crypto/types.h>
|
#include <eoskeygen/crypto/types.h>
|
||||||
|
|
||||||
namespace eoskeygen {
|
namespace eoskeygen {
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
#ifndef EOSIOKEYGEN_CRYPTO_EOS_CHECKSUM_H
|
#ifndef EOSIOKEYGEN_CRYPTO_EOS_CHECKSUM_H
|
||||||
#define EOSIOKEYGEN_CRYPTO_EOS_CHECKSUM_H
|
#define EOSIOKEYGEN_CRYPTO_EOS_CHECKSUM_H
|
||||||
|
|
||||||
#include <cstddef>
|
#include <cstdint>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <array>
|
#include <array>
|
||||||
#include <eoskeygen/crypto/hash.h>
|
#include <eoskeygen/crypto/hash.h>
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
#ifndef EOSIOKEYGEN_CRYPTO_HASH_H
|
#ifndef EOSIOKEYGEN_CRYPTO_HASH_H
|
||||||
#define EOSIOKEYGEN_CRYPTO_HASH_H
|
#define EOSIOKEYGEN_CRYPTO_HASH_H
|
||||||
|
|
||||||
#include <cstddef>
|
#include <cstdint>
|
||||||
#include <eoskeygen/crypto/types.h>
|
#include <eoskeygen/crypto/types.h>
|
||||||
|
|
||||||
namespace eoskeygen {
|
namespace eoskeygen {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
|
|
||||||
|
#include <vector>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <iterator>
|
#include <iterator>
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,6 @@
|
||||||
#define EOSIOKEYGEN_CORE_FILE_H
|
#define EOSIOKEYGEN_CORE_FILE_H
|
||||||
|
|
||||||
#include <eoskeygen/core/string.h>
|
#include <eoskeygen/core/string.h>
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
namespace eoskeygen {
|
namespace eoskeygen {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue