diff options
author | Max Horn | 2013-08-05 11:44:27 +0200 |
---|---|---|
committer | Max Horn | 2013-08-05 11:44:27 +0200 |
commit | bd0db73a641e6538e999fe7a4802d0bbc9d2a950 (patch) | |
tree | 0e39c73054fa99367c323f8a667939efe2f81d29 | |
parent | a932e51b14b0bee5d79988587b3e5161efcb812a (diff) | |
download | scummvm-rg350-bd0db73a641e6538e999fe7a4802d0bbc9d2a950.tar.gz scummvm-rg350-bd0db73a641e6538e999fe7a4802d0bbc9d2a950.tar.bz2 scummvm-rg350-bd0db73a641e6538e999fe7a4802d0bbc9d2a950.zip |
BUILD: fix 'make test' compile error
-rw-r--r-- | test/audio/raw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/audio/raw.h b/test/audio/raw.h index e7cb42ac44..3792f82674 100644 --- a/test/audio/raw.h +++ b/test/audio/raw.h @@ -1,6 +1,7 @@ #include <cxxtest/TestSuite.h> #include "audio/decoders/raw.h" +#include "audio/audiostream.h" #include "helper.h" |