forked from jasder/antlr
Corrected an include.
This commit is contained in:
parent
eee86d8292
commit
282e193e6a
|
@ -32,7 +32,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "tree/SyntaxTree.h"
|
#include "tree/SyntaxTree.h"
|
||||||
#include "support/any.h"
|
#include "support/Any.h"
|
||||||
|
|
||||||
namespace antlr4 {
|
namespace antlr4 {
|
||||||
namespace tree {
|
namespace tree {
|
||||||
|
|
Loading…
Reference in New Issue