Fix for g++

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@166 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2010-07-21 15:50:59 +00:00
parent 0f33dab444
commit 8e9ffc0951

View file

@ -13,7 +13,7 @@
#include <typeinfo> #include <typeinfo>
#ifdef __GNUC__ #ifdef __GNUC__
#include <cxxabi.h> #include <cxxabi.h>
#include <memory.h> #include <cstdlib>
#endif #endif
namespace mock namespace mock