From bd80a16312960d7d6208ac1979de3c1c4d1b932c Mon Sep 17 00:00:00 2001 From: Magnus Norddahl Date: Mon, 9 Dec 2019 03:10:37 +0100 Subject: [PATCH] Fix include error --- src/sound/backend/i_sound.h | 1 + src/sound/s_environment.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/sound/backend/i_sound.h b/src/sound/backend/i_sound.h index 83f5fc2c6..16c6cdcdd 100644 --- a/src/sound/backend/i_sound.h +++ b/src/sound/backend/i_sound.h @@ -36,6 +36,7 @@ #define __I_SOUND__ #include "i_soundinternal.h" +#include "zstring.h" class FileReader; struct FSoundChan; diff --git a/src/sound/s_environment.cpp b/src/sound/s_environment.cpp index 276770f6c..7ce12c335 100644 --- a/src/sound/s_environment.cpp +++ b/src/sound/s_environment.cpp @@ -32,6 +32,7 @@ ** */ +#include "doomtype.h" #include "s_soundinternal.h" #include "sc_man.h" #include "templates.h"