diff options
author | Gav Wood <g@ethdev.com> | 2015-02-18 02:39:24 +0800 |
---|---|---|
committer | Gav Wood <g@ethdev.com> | 2015-02-18 02:39:24 +0800 |
commit | 294648b534e294554f5ceb8467667eac3a60a3f1 (patch) | |
tree | 1b96ac84f71bf71b58093dbc0ba58d6af811672c | |
parent | 1e2d4b5c00c4875669d5daff444a5dc8ed408cb9 (diff) | |
parent | e9ac8a1199323883aaa77b794007c74b395e272e (diff) | |
download | dexon-solidity-294648b534e294554f5ceb8467667eac3a60a3f1.tar dexon-solidity-294648b534e294554f5ceb8467667eac3a60a3f1.tar.gz dexon-solidity-294648b534e294554f5ceb8467667eac3a60a3f1.tar.bz2 dexon-solidity-294648b534e294554f5ceb8467667eac3a60a3f1.tar.lz dexon-solidity-294648b534e294554f5ceb8467667eac3a60a3f1.tar.xz dexon-solidity-294648b534e294554f5ceb8467667eac3a60a3f1.tar.zst dexon-solidity-294648b534e294554f5ceb8467667eac3a60a3f1.zip |
Merge pull request #1074 from arkpar/mix_codemodel
Mix: Allow more than one contract
-rw-r--r-- | Compiler.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,8 @@ * Solidity AST to EVM bytecode compiler. */ +#pragma once + #include <ostream> #include <functional> #include <libsolidity/ASTVisitor.h> |