mirror of https://github.com/status-im/evmc.git
test: Include helpers.h in compilation tests
This commit is contained in:
parent
1e55ffeb36
commit
d5fc3c2724
|
@ -9,3 +9,8 @@
|
|||
#include <evmc/instructions.h>
|
||||
#include <evmc/loader.h>
|
||||
#include <evmc/utils.h>
|
||||
|
||||
#if _MSC_VER || __STDC_VERSION__ >= 199901
|
||||
/* Skip C90 standard because contains inline keyword. */
|
||||
#include <evmc/helpers.h>
|
||||
#endif
|
||||
|
|
|
@ -7,7 +7,8 @@
|
|||
|
||||
#include <evmc/evmc.h>
|
||||
#include <evmc/evmc.hpp>
|
||||
#include <evmc/helpers.h>
|
||||
#include <evmc/helpers.hpp>
|
||||
#include <evmc/instructions.h>
|
||||
#include <evmc/loader.h>
|
||||
#include <evmc/utils.h>
|
||||
#include <evmc/helpers.hpp>
|
||||
|
|
Loading…
Reference in New Issue