aboutsummaryrefslogtreecommitdiff
path: root/backends/vkeybd/image-map.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/vkeybd/image-map.h')
-rw-r--r--backends/vkeybd/image-map.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/backends/vkeybd/image-map.h b/backends/vkeybd/image-map.h
index ed6feaa26e..24d320a0c2 100644
--- a/backends/vkeybd/image-map.h
+++ b/backends/vkeybd/image-map.h
@@ -26,6 +26,10 @@
#ifndef COMMON_IMAGEMAP_H
#define COMMON_IMAGEMAP_H
+#include "common/scummsys.h"
+
+#ifdef ENABLE_VKEYBD
+
#include "common/hashmap.h"
#include "common/hash-str.h"
#include "backends/vkeybd/polygon.h"
@@ -50,4 +54,6 @@ protected:
} // End of namespace Common
-#endif
+#endif // #ifdef ENABLE_VKEYBD
+
+#endif // #ifndef COMMON_IMAGEMAP_H