From 0f20088f45c5f43b2e26b5540d0457de3d07c922 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 5 May 2013 01:25:45 -0500 Subject: Fix inadvertent renaming. (cherry picked from commit aff903e7719638a26165751e1bf06cb35a8682f3) --- lib/cppparser/ast.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cppparser/ast.h b/lib/cppparser/ast.h index ed845aac..8d775abb 100644 --- a/lib/cppparser/ast.h +++ b/lib/cppparser/ast.h @@ -185,7 +185,7 @@ TQString nodeTypeToString( int type ); #if defined(CPPPARSER_QUICK_ALLOCATOR) -#include +#include #define DECLARE_ALLOC(tp) \ void * operator new(std::size_t) \ -- cgit v1.2.1