aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGav Wood <g@ethdev.com>2015-02-18 02:39:24 +0800
committerGav Wood <g@ethdev.com>2015-02-18 02:39:24 +0800
commit294648b534e294554f5ceb8467667eac3a60a3f1 (patch)
tree1b96ac84f71bf71b58093dbc0ba58d6af811672c
parent1e2d4b5c00c4875669d5daff444a5dc8ed408cb9 (diff)
parente9ac8a1199323883aaa77b794007c74b395e272e (diff)
downloaddexon-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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Compiler.h b/Compiler.h
index 5d5b6d47..1aeaee88 100644
--- a/Compiler.h
+++ b/Compiler.h
@@ -20,6 +20,8 @@
* Solidity AST to EVM bytecode compiler.
*/
+#pragma once
+
#include <ostream>
#include <functional>
#include <libsolidity/ASTVisitor.h>