Include evmc.hpp in compilation test

This commit is contained in:
Alex Beregszaszi 2019-03-19 19:23:06 +00:00
parent 6cf62ae528
commit dc4a2f4c1a
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>