diff options
author | chriseth <chris@ethereum.org> | 2017-09-28 21:24:01 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-10-18 01:30:04 +0800 |
commit | 114983e079ca29a70c776b46af5b59800e99d9f0 (patch) | |
tree | 54557d5f611e3596ebc4c2a5de5d76d2deb720fd /libsolidity | |
parent | 1f97c1ea8fec9a755d767811731f57fd527747b5 (diff) | |
download | dexon-solidity-114983e079ca29a70c776b46af5b59800e99d9f0.tar.gz dexon-solidity-114983e079ca29a70c776b46af5b59800e99d9f0.tar.zst dexon-solidity-114983e079ca29a70c776b46af5b59800e99d9f0.zip |
Missing forward declaration.
Diffstat (limited to 'libsolidity')
-rw-r--r-- | libsolidity/ast/ASTForward.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libsolidity/ast/ASTForward.h b/libsolidity/ast/ASTForward.h index 15735368..46675e51 100644 --- a/libsolidity/ast/ASTForward.h +++ b/libsolidity/ast/ASTForward.h @@ -57,6 +57,7 @@ class UserDefinedTypeName; class FunctionTypeName; class Mapping; class ArrayTypeName; +class InlineAssembly; class Statement; class Block; class PlaceholderStatement; |