From 94cbf15cfc917ba553c8351d353d2af5a6897d92 Mon Sep 17 00:00:00 2001 From: chriseth Date: Mon, 22 Feb 2016 18:12:58 +0100 Subject: Buildfix. --- libsolidity/parsing/ParserBase.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libsolidity') diff --git a/libsolidity/parsing/ParserBase.h b/libsolidity/parsing/ParserBase.h index f087a6a9..9705228f 100644 --- a/libsolidity/parsing/ParserBase.h +++ b/libsolidity/parsing/ParserBase.h @@ -25,6 +25,7 @@ #include #include #include +#include namespace dev { @@ -32,9 +33,6 @@ namespace solidity { class Scanner; -template -using ASTPointer = std::shared_ptr; -using ASTString = std::string; // might be changed to a reference to the source class ParserBase { -- cgit v1.2.3