aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorMarcus Comstedt2002-12-17 01:06:04 +0000
committerMarcus Comstedt2002-12-17 01:06:04 +0000
commitfadf55aad038286803cb2c1d0b5e75aca0ba3a02 (patch)
treecd16d31975d636aaa6c004938d8296149e3ba072 /simon
parente6e8468a31d04d0e5136623e5f7463c1579e0981 (diff)
downloadscummvm-rg350-fadf55aad038286803cb2c1d0b5e75aca0ba3a02.tar.gz
scummvm-rg350-fadf55aad038286803cb2c1d0b5e75aca0ba3a02.tar.bz2
scummvm-rg350-fadf55aad038286803cb2c1d0b5e75aca0ba3a02.zip
Added missing include of "stdafx.h".
svn-id: r6006
Diffstat (limited to 'simon')
-rw-r--r--simon/sound.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/simon/sound.cpp b/simon/sound.cpp
index fd036d27ed..853a9b93d2 100644
--- a/simon/sound.cpp
+++ b/simon/sound.cpp
@@ -17,6 +17,7 @@
*
*/
+#include "stdafx.h"
#include "simon/sound.h"
#include "common/file.h"
#include "common/engine.h"