[Scummvm-cvs-logs] scummvm master -> 57578c302f90024a26661da5ded366a93f2bdde1
digitall
digitall at scummvm.org
Fri Apr 29 00:49:27 CEST 2011
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
57578c302f BACKENDS: Fix compilation on ports using Virtual Keyboard.
Commit: 57578c302f90024a26661da5ded366a93f2bdde1
https://github.com/scummvm/scummvm/commit/57578c302f90024a26661da5ded366a93f2bdde1
Author: D G Turner (digitall at scummvm.org)
Date: 2011-04-28T15:47:30-07:00
Commit Message:
BACKENDS: Fix compilation on ports using Virtual Keyboard.
Changed paths:
backends/vkeybd/image-map.cpp
diff --git a/backends/vkeybd/image-map.cpp b/backends/vkeybd/image-map.cpp
index b0a77b5..f4b4541 100644
--- a/backends/vkeybd/image-map.cpp
+++ b/backends/vkeybd/image-map.cpp
@@ -27,6 +27,8 @@
#ifdef ENABLE_VKEYBD
+#include "common/textconsole.h"
+
#include "backends/vkeybd/image-map.h"
#include "backends/vkeybd/polygon.h"
More information about the Scummvm-git-logs
mailing list