aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2003-07-29 01:35:37 +0000
committerTravis Howell2003-07-29 01:35:37 +0000
commit3f99e8d1d4e757dcbc54dba7872a4ffddeab1076 (patch)
tree6daccb94f108a76e3667abd35126f6acc778b872
parent4e7c115681c1bf21de45027278decb0e52a644c1 (diff)
downloadscummvm-rg350-3f99e8d1d4e757dcbc54dba7872a4ffddeab1076.tar.gz
scummvm-rg350-3f99e8d1d4e757dcbc54dba7872a4ffddeab1076.tar.bz2
scummvm-rg350-3f99e8d1d4e757dcbc54dba7872a4ffddeab1076.zip
Fix mingw compile
svn-id: r9269
-rw-r--r--sound/rate.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/rate.cpp b/sound/rate.cpp
index 7ee3683b6e..0acabd363f 100644
--- a/sound/rate.cpp
+++ b/sound/rate.cpp
@@ -15,6 +15,7 @@
* Sound Tools rate change effect file.
*/
+#include "stdafx.h"
#include "rate.h"
#include <math.h>