From ee31b6a137195aa55cb98b0b8e65c587487ea0db Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Tue, 7 Aug 2012 23:59:57 +0200 Subject: use portable way to access free, fdo#52536 --- src/cppunit/TypeInfoHelper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cppunit') diff --git a/src/cppunit/TypeInfoHelper.cpp b/src/cppunit/TypeInfoHelper.cpp index 8c97178..2df5786 100644 --- a/src/cppunit/TypeInfoHelper.cpp +++ b/src/cppunit/TypeInfoHelper.cpp @@ -6,7 +6,7 @@ #include #if CPPUNIT_HAVE_GCC_ABI_DEMANGLE -#include +#include #include #endif -- cgit v1.2.1