diff options
author | Max Horn | 2006-04-14 09:29:58 +0000 |
---|---|---|
committer | Max Horn | 2006-04-14 09:29:58 +0000 |
commit | 64343ef2c06f10073f11c7b41d438de3f6b71f8a (patch) | |
tree | 04d7170e0d5efc397997c51a8a645b7c209709cf /base | |
parent | 8a7950d87b4d706f1c737788f89331032ba83e62 (diff) | |
download | scummvm-rg350-64343ef2c06f10073f11c7b41d438de3f6b71f8a.tar.gz scummvm-rg350-64343ef2c06f10073f11c7b41d438de3f6b71f8a.tar.bz2 scummvm-rg350-64343ef2c06f10073f11c7b41d438de3f6b71f8a.zip |
Fix for bug #1470104 ("Compiled features" string empty)
svn-id: r21878
Diffstat (limited to 'base')
-rw-r--r-- | base/version.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/version.cpp b/base/version.cpp index e10806e265..8f3d607316 100644 --- a/base/version.cpp +++ b/base/version.cpp @@ -22,6 +22,7 @@ */ #include "common/stdafx.h" +#include "common/scummsys.h" #include "base/internal_version.h" #include "base/version.h" |