GCC-13 support, when precompiled headers are off

This commit is contained in:
Ștefan Talpalaru 2024-02-05 02:06:28 +01:00 committed by Christoph Oelckers
commit b5eb8f47db
11 changed files with 14 additions and 2 deletions

View file

@ -35,8 +35,9 @@
bool gameisdead;
#ifdef _WIN32
#include <cstdarg>
#ifdef _WIN32
#include <windows.h>
#include "zstring.h"
void I_DebugPrint(const char *cp)

View file

@ -33,6 +33,8 @@
*/
#include <algorithm>
#include <cfloat>
#include <cmath>
#include "palutil.h"
#include "palentry.h"
#include "sc_man.h"

View file

@ -39,6 +39,7 @@
#include "files.h"
#include "m_swap.h"
#include "w_zip.h"
#include "fs_decompress.h"
using FileSys::FCompressedBuffer;