allow more than one contract

This commit is contained in:
arkpar
2015-02-16 23:05:57 +01:00
parent 500cb69f12
commit e9ac8a1199
+2
View File
@@ -20,6 +20,8 @@
* Solidity AST to EVM bytecode compiler.
*/
#pragma once
#include <ostream>
#include <functional>
#include <libsolidity/ASTVisitor.h>