aboutsummaryrefslogtreecommitdiff
path: root/backends/vkeybd/polygon.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/vkeybd/polygon.h')
-rw-r--r--backends/vkeybd/polygon.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/backends/vkeybd/polygon.h b/backends/vkeybd/polygon.h
index 69df2c0ca3..0645f04a04 100644
--- a/backends/vkeybd/polygon.h
+++ b/backends/vkeybd/polygon.h
@@ -26,6 +26,10 @@
#ifndef COMMON_POLYGON_H
#define COMMON_POLYGON_H
+#include "common/scummsys.h"
+
+#ifdef ENABLE_VKEYBD
+
#include "common/array.h"
#include "common/rect.h"
@@ -111,4 +115,6 @@ private:
} // end of namespace Common
-#endif
+#endif // #ifdef ENABLE_VKEYBD
+
+#endif // #ifndef COMMON_POLYGON_H