diff options
author | Max Horn | 2010-11-28 23:27:56 +0000 |
---|---|---|
committer | Max Horn | 2010-11-28 23:27:56 +0000 |
commit | 179734a082fcbd2edff6a9499d6d88975b8e27f2 (patch) | |
tree | 8cfb24ee6e89538ced629e0fcdf19ebf4bf67af0 | |
parent | 945602fdbe308c773a782a3cfe6b78503661b439 (diff) | |
download | scummvm-rg350-179734a082fcbd2edff6a9499d6d88975b8e27f2.tar.gz scummvm-rg350-179734a082fcbd2edff6a9499d6d88975b8e27f2.tar.bz2 scummvm-rg350-179734a082fcbd2edff6a9499d6d88975b8e27f2.zip |
VKEYBD: Ensure stream destructor is properly called
svn-id: r54562
-rw-r--r-- | backends/vkeybd/virtual-keyboard-parser.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/vkeybd/virtual-keyboard-parser.cpp b/backends/vkeybd/virtual-keyboard-parser.cpp index dd11866262..5efdc0a653 100644 --- a/backends/vkeybd/virtual-keyboard-parser.cpp +++ b/backends/vkeybd/virtual-keyboard-parser.cpp @@ -34,6 +34,7 @@ #include "common/system.h" #include "common/archive.h" #include "common/tokenizer.h" +#include "common/stream.h" #include "graphics/imagedec.h" |