Add missing header guards

This commit is contained in:
Alex Beregszaszi
2018-12-12 15:47:05 +00:00
parent 5e0c312dad
commit c863cbf80d
4 changed files with 7 additions and 0 deletions
+2
View File
@@ -18,6 +18,8 @@
* Common code generator for translating Yul / inline assembly to EVM and EVM1.5.
*/
#pragma once
#include <libyul/backends/evm/EVMAssembly.h>
#include <libyul/backends/evm/EVMDialect.h>
+1
View File
@@ -18,6 +18,7 @@
* Compiler that transforms Yul Objects to EVM bytecode objects.
*/
#pragma once
namespace yul
{