diff options
author | Travis Howell | 2003-05-29 10:43:57 +0000 |
---|---|---|
committer | Travis Howell | 2003-05-29 10:43:57 +0000 |
commit | 495dbcdff0cb4098ef1bfda94ef79435635295a4 (patch) | |
tree | 90fe2cb51fc204ac984257bd5b326613596ea136 | |
parent | c62c448a35c0c0b044b953c901ae4d47fe362957 (diff) | |
download | scummvm-rg350-495dbcdff0cb4098ef1bfda94ef79435635295a4.tar.gz scummvm-rg350-495dbcdff0cb4098ef1bfda94ef79435635295a4.tar.bz2 scummvm-rg350-495dbcdff0cb4098ef1bfda94ef79435635295a4.zip |
Fxi win32 compile
svn-id: r8089
-rw-r--r-- | scumm/base-costume.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/base-costume.cpp b/scumm/base-costume.cpp index f1838efbdd..2cde36b58d 100644 --- a/scumm/base-costume.cpp +++ b/scumm/base-costume.cpp @@ -20,6 +20,7 @@ * */ +#include "stdafx.h" #include "base-costume.h" |