mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Buildfix.
This commit is contained in:
parent
968934c05d
commit
94cbf15cfc
@ -25,6 +25,7 @@
|
|||||||
#include <memory>
|
#include <memory>
|
||||||
#include <libsolidity/interface/Exceptions.h>
|
#include <libsolidity/interface/Exceptions.h>
|
||||||
#include <libsolidity/parsing/Token.h>
|
#include <libsolidity/parsing/Token.h>
|
||||||
|
#include <libsolidity/ast/ASTForward.h>
|
||||||
|
|
||||||
namespace dev
|
namespace dev
|
||||||
{
|
{
|
||||||
@ -32,9 +33,6 @@ namespace solidity
|
|||||||
{
|
{
|
||||||
|
|
||||||
class Scanner;
|
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
|
class ParserBase
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user