mirror of https://github.com/status-im/evmc.git
Merge pull request #222 from ethereum/cpp-compilation-test
Include evmc.hpp in compilation test
This commit is contained in:
commit
afcf9fbd36
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue