aboutsummaryrefslogtreecommitdiffstats
path: root/ASTForward.h
diff options
context:
space:
mode:
authorChristian <c@ethdev.com>2014-10-13 21:07:21 +0800
committerChristian <c@ethdev.com>2014-10-13 23:02:21 +0800
commit4f791179640fdcfbbd62c4c7a2a5273081b7b742 (patch)
tree7c7576b991884befde24473b5f6370b8afa83b2f /ASTForward.h
parent98bdd7429974521946a1aa3bffa038fc515f745c (diff)
downloaddexon-solidity-4f791179640fdcfbbd62c4c7a2a5273081b7b742.tar.gz
dexon-solidity-4f791179640fdcfbbd62c4c7a2a5273081b7b742.tar.zst
dexon-solidity-4f791179640fdcfbbd62c4c7a2a5273081b7b742.zip
Name resolution.
Diffstat (limited to 'ASTForward.h')
-rw-r--r--ASTForward.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ASTForward.h b/ASTForward.h
index b930a223..963e3d47 100644
--- a/ASTForward.h
+++ b/ASTForward.h
@@ -36,6 +36,7 @@ class FunctionCall;
class MemberAccess;
class IndexAccess;
class PrimaryExpression;
+class Identifier;
class ElementaryTypeNameExpression;
class Literal;