mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-11-16 01:02:03 +00:00
- fixed TArray compilation issue with GCC 4.7.
SVN r3524 (trunk)
This commit is contained in:
parent
81eef71067
commit
fd2af54724
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#include <new>
|
||||
|
||||
#if !defined(_WIN32)
|
||||
|
|
Loading…
Reference in a new issue