mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-01-30 12:31:07 +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 <stdlib.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
#include <string.h>
|
||||||
#include <new>
|
#include <new>
|
||||||
|
|
||||||
#if !defined(_WIN32)
|
#if !defined(_WIN32)
|
||||||
|
|
Loading…
Reference in a new issue