- fixed TArray compilation issue with GCC 4.7.

SVN r3524 (trunk)
This commit is contained in:
Christoph Oelckers 2012-04-07 12:22:00 +00:00
parent 81eef71067
commit fd2af54724

View file

@ -37,6 +37,7 @@
#include <stdlib.h>
#include <assert.h>
#include <string.h>
#include <new>
#if !defined(_WIN32)