allow more than one contract

This commit is contained in:
arkpar 2015-02-15 20:02:40 +01:00
parent 500cb69f12
commit e9ac8a1199

View File

@ -20,6 +20,8 @@
* Solidity AST to EVM bytecode compiler.
*/
#pragma once
#include <ostream>
#include <functional>
#include <libsolidity/ASTVisitor.h>