[Scummvm-cvs-logs] scummvm master -> c5c2fde52e82f30c58b9266b6cf1aa04245ac7b9
fuzzie
fuzzie at fuzzie.org
Mon Aug 5 12:20:45 CEST 2013
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
bd0db73a64 BUILD: fix 'make test' compile error
c5c2fde52e Merge pull request #368 from fingolfin/fix-test
Commit: bd0db73a641e6538e999fe7a4802d0bbc9d2a950
https://github.com/scummvm/scummvm/commit/bd0db73a641e6538e999fe7a4802d0bbc9d2a950
Author: Max Horn (max at quendi.de)
Date: 2013-08-05T02:44:27-07:00
Commit Message:
BUILD: fix 'make test' compile error
Changed paths:
test/audio/raw.h
diff --git a/test/audio/raw.h b/test/audio/raw.h
index e7cb42a..3792f82 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"
Commit: c5c2fde52e82f30c58b9266b6cf1aa04245ac7b9
https://github.com/scummvm/scummvm/commit/c5c2fde52e82f30c58b9266b6cf1aa04245ac7b9
Author: Alyssa Milburn (fuzzie at fuzzie.org)
Date: 2013-08-05T03:19:58-07:00
Commit Message:
Merge pull request #368 from fingolfin/fix-test
BUILD: fix 'make test' compile error
Changed paths:
test/audio/raw.h
More information about the Scummvm-git-logs
mailing list