Buildfix.

This commit is contained in:
chriseth 2016-02-22 18:12:58 +01:00
parent 968934c05d
commit 94cbf15cfc

View File

@ -25,6 +25,7 @@
#include <memory>
#include <libsolidity/interface/Exceptions.h>
#include <libsolidity/parsing/Token.h>
#include <libsolidity/ast/ASTForward.h>
namespace dev
{
@ -32,9 +33,6 @@ namespace solidity
{
class Scanner;
template <class T>
using ASTPointer = std::shared_ptr<T>;
using ASTString = std::string; // might be changed to a reference to the source
class ParserBase
{