summaryrefslogtreecommitdiff
path: root/src/sound
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-02-01 11:52:41 +0000
committerrubidium <rubidium@openttd.org>2009-02-01 11:52:41 +0000
commit6d5cd47c74be39ce6ffd92addcab417f178cbaad (patch)
tree8de5cf6f7ef2e3794a2fa32718bef99c9c3e226a /src/sound
parent2afa9312fcf06190248610b9ac57416e22a2b1d4 (diff)
downloadopenttd-6d5cd47c74be39ce6ffd92addcab417f178cbaad.tar.xz
(svn r15305) -Fix (r15299): missing include
Diffstat (limited to 'src/sound')
-rw-r--r--src/sound/allegro_s.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sound/allegro_s.cpp b/src/sound/allegro_s.cpp
index 3ce16b5c0..977f33bc8 100644
--- a/src/sound/allegro_s.cpp
+++ b/src/sound/allegro_s.cpp
@@ -9,6 +9,7 @@
#include "../driver.h"
#include "../mixer.h"
#include "../sdl.h"
+#include "../debug.h"
#include "allegro_s.h"
#include <allegro.h>