diff options
author | Max Horn | 2002-08-18 21:42:52 +0000 |
---|---|---|
committer | Max Horn | 2002-08-18 21:42:52 +0000 |
commit | 7eea830240363d76f476f4dae02529ac8b48402f (patch) | |
tree | c1793d0ba2f0c7e79ee970a8c13240055328b59b | |
parent | 4f772996ef80ff1829faeb02d82bfbc42ed30f80 (diff) | |
download | scummvm-rg350-7eea830240363d76f476f4dae02529ac8b48402f.tar.gz scummvm-rg350-7eea830240363d76f476f4dae02529ac8b48402f.tar.bz2 scummvm-rg350-7eea830240363d76f476f4dae02529ac8b48402f.zip |
fixed (I hope) compilation with VisualC
svn-id: r4766
-rw-r--r-- | engine.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine.cpp b/engine.cpp index 272dbfa075..8e90280b0b 100644 --- a/engine.cpp +++ b/engine.cpp @@ -18,6 +18,7 @@ * $Header$ */ +#include "stdafx.h" #include "engine.h" #include "sound/mixer.h" #include "gameDetector.h" |