From 02fbbaeeaef73eea604ad16bcbc290eb34c67787 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 5 May 2013 01:24:08 -0500 Subject: Fix inadvertent renaming. (cherry picked from commit 29aba7b9100470c3318708d281a21b383630d59e) --- umbrello/umbrello/codeimport/kdevcppparser/ast.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umbrello/umbrello/codeimport/kdevcppparser/ast.h b/umbrello/umbrello/codeimport/kdevcppparser/ast.h index dc9cc1a9..ed6d91b0 100644 --- a/umbrello/umbrello/codeimport/kdevcppparser/ast.h +++ b/umbrello/umbrello/codeimport/kdevcppparser/ast.h @@ -179,7 +179,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