mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-03-02 06:42:41 +00:00
- added #include to fix compilation with MSVC 16.6.0
https://forum.zdoom.org/viewtopic.php?t=68641 # Conflicts: # src/files_decompress.cpp # src/sound/s_music.cpp
This commit is contained in:
parent
a8282c3ec6
commit
c386a71c3c
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdexcept>
|
||||
#ifdef _WIN32
|
||||
#include <io.h>
|
||||
#include "musicformats/win32/i_cd.h"
|
||||
|
|
Loading…
Reference in a new issue