firewall-x / contract

Powerful Firewall For EOS Contract
https://firewallx.io
Apache License 2.0
42 stars 14 forks source link

./include/firewall.hpp:8:10: fatal error: 'eosiolib/currency.hpp' file not found #2

Closed EnjoyAndroid closed 5 years ago

EnjoyAndroid commented 5 years ago

./include/firewall.hpp:8:10: fatal error: 'eosiolib/currency.hpp' file not found

include <eosiolib/currency.hpp>

ohJohanZ commented 5 years ago

./include/firewall.hpp:8:10: fatal error: 'eosiolib/currency.hpp' file not found

include <eosiolib/currency.hpp>

You should use eosio.cdt 1.2.1 or lesser version to build your contract, we are working on another sdk for eosio.cdt 1.3.0 or greater compiler, and we will commit it in a few days.

lixiaodong commented 5 years ago

eosio-cpp version 1.2.1 also have this issue.