Merge pull request #222 from ethereum/cpp-compilation-test

Include evmc.hpp in compilation test
This commit is contained in:
Alex Beregszaszi 2019-03-20 02:58:01 +00:00 committed by GitHub
commit afcf9fbd36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
// Test compilation of C and C++ public headers.
#include <evmc/evmc.h>
#include <evmc/evmc.hpp>
#include <evmc/instructions.h>
#include <evmc/loader.h>
#include <evmc/utils.h>