mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-14 16:11:11 +00:00
fix compile error missing tarray.h
This commit is contained in:
parent
aae8c12cdf
commit
3adddd6674
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "basics.h"
|
#include "basics.h"
|
||||||
|
#include "tarray.h"
|
||||||
#include "sfmt/SFMTObj.h"
|
#include "sfmt/SFMTObj.h"
|
||||||
|
|
||||||
class FSerializer;
|
class FSerializer;
|
||||||
|
|
Loading…
Reference in a new issue