Added missing include for free.

This commit is contained in:
Eddy Pronk 2011-10-30 09:45:07 +10:00
parent d1d604fc2e
commit 33c9aaa2f9

View File

@ -4,6 +4,7 @@
#if CPPUNIT_HAVE_RTTI #if CPPUNIT_HAVE_RTTI
#include <string> #include <string>
#include <cstdlib>
#if CPPUNIT_HAVE_GCC_ABI_DEMANGLE #if CPPUNIT_HAVE_GCC_ABI_DEMANGLE
#include <cxxabi.h> #include <cxxabi.h>