aboutsummaryrefslogtreecommitdiff
path: root/sound/mixer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sound/mixer.cpp')
-rw-r--r--sound/mixer.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/mixer.cpp b/sound/mixer.cpp
index 8444c31ba0..4855336e7a 100644
--- a/sound/mixer.cpp
+++ b/sound/mixer.cpp
@@ -21,8 +21,9 @@
*/
#include "stdafx.h"
-#include "scumm.h"
#include "mixer.h"
+#include "common/engine.h" // for warning/error/debug
+#include "common/file.h"
SoundMixer::SoundMixer() {
_volumeTable = (int16 *)calloc(256 * sizeof(int16), 1);