diff --git a/include/evmc/evmc.hpp b/include/evmc/evmc.hpp index cffeeef..7dc857c 100644 --- a/include/evmc/evmc.hpp +++ b/include/evmc/evmc.hpp @@ -2,6 +2,7 @@ * Copyright 2018-2019 The EVMC Authors. * Licensed under the Apache License, Version 2.0. */ +#pragma once #include #include diff --git a/test/integration/compilation/compilation_test.cxx b/test/integration/compilation/compilation_test.cxx index ea41f35..ab51099 100644 --- a/test/integration/compilation/compilation_test.cxx +++ b/test/integration/compilation/compilation_test.cxx @@ -12,3 +12,12 @@ #include #include #include + +// Include again to check if headers have proper include guards. +#include +#include +#include +#include +#include +#include +#include