diff options
author | Alyssa Milburn | 2013-08-05 03:19:58 -0700 |
---|---|---|
committer | Alyssa Milburn | 2013-08-05 03:19:58 -0700 |
commit | c5c2fde52e82f30c58b9266b6cf1aa04245ac7b9 (patch) | |
tree | 0e39c73054fa99367c323f8a667939efe2f81d29 | |
parent | a932e51b14b0bee5d79988587b3e5161efcb812a (diff) | |
parent | bd0db73a641e6538e999fe7a4802d0bbc9d2a950 (diff) | |
download | scummvm-rg350-c5c2fde52e82f30c58b9266b6cf1aa04245ac7b9.tar.gz scummvm-rg350-c5c2fde52e82f30c58b9266b6cf1aa04245ac7b9.tar.bz2 scummvm-rg350-c5c2fde52e82f30c58b9266b6cf1aa04245ac7b9.zip |
Merge pull request #368 from fingolfin/fix-test
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" |