Added some missing zlib.h and stdint.h includes

This commit is contained in:
Mari the Deer 2018-03-13 00:01:19 +01:00 committed by Rachael Alexanderson
commit fb5eae8aaa
5 changed files with 6 additions and 1 deletions

View file

@ -34,6 +34,7 @@
**
*/
#include <zlib.h>
#include "resourcefile.h"
#include "cmdlib.h"
#include "w_wad.h"