diff options
| author | Marcus Comstedt | 2002-12-17 01:06:04 +0000 |
|---|---|---|
| committer | Marcus Comstedt | 2002-12-17 01:06:04 +0000 |
| commit | fadf55aad038286803cb2c1d0b5e75aca0ba3a02 (patch) | |
| tree | cd16d31975d636aaa6c004938d8296149e3ba072 | |
| parent | e6e8468a31d04d0e5136623e5f7463c1579e0981 (diff) | |
| download | scummvm-rg350-fadf55aad038286803cb2c1d0b5e75aca0ba3a02.tar.gz scummvm-rg350-fadf55aad038286803cb2c1d0b5e75aca0ba3a02.tar.bz2 scummvm-rg350-fadf55aad038286803cb2c1d0b5e75aca0ba3a02.zip | |
Added missing include of "stdafx.h".
svn-id: r6006
| -rw-r--r-- | simon/sound.cpp | 1 |
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" |
