test: Include helpers.h in compilation tests

This commit is contained in:
Alex Beregszaszi 2019-05-08 15:06:36 +01:00 committed by Paweł Bylica
parent 1e55ffeb36
commit d5fc3c2724
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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>