Fix include error

This commit is contained in:
Magnus Norddahl 2019-12-09 03:10:37 +01:00 committed by drfrag
parent 6c4a6def62
commit bd80a16312
2 changed files with 2 additions and 0 deletions

View file

@ -36,6 +36,7 @@
#define __I_SOUND__ #define __I_SOUND__
#include "i_soundinternal.h" #include "i_soundinternal.h"
#include "zstring.h"
class FileReader; class FileReader;
struct FSoundChan; struct FSoundChan;

View file

@ -32,6 +32,7 @@
** **
*/ */
#include "doomtype.h"
#include "s_soundinternal.h" #include "s_soundinternal.h"
#include "sc_man.h" #include "sc_man.h"
#include "templates.h" #include "templates.h"