Corrected an include.

This commit is contained in:
Mike Lischke 2016-07-31 16:10:39 +02:00
parent eee86d8292
commit 282e193e6a
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
#pragma once
#include "tree/SyntaxTree.h"
#include "support/any.h"
#include "support/Any.h"
namespace antlr4 {
namespace tree {