1
0
Fork 0
mirror of https://github.com/eosswedenorg/libantelope synced 2026-06-18 20:40:03 +02:00

include/libeosio/WIF.hpp: need to include string

This commit is contained in:
Henrik Hautakoski 2021-02-24 13:51:58 +01:00
parent c785da97de
commit e7e92d2321

View file

@ -24,6 +24,7 @@
#ifndef LIBEOSIO_WIF_H
#define LIBEOSIO_WIF_H
#include <string>
#include <libeosio/types.hpp>
namespace libeosio {