From 9e3e58a7227a162f461da8ef8a2ab80b95fbb11a Mon Sep 17 00:00:00 2001 From: Bendegúz Nagy Date: Wed, 10 Aug 2016 14:08:56 +0200 Subject: DM: Add missing include guard to console.h --- engines/dm/console.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/engines/dm/console.h b/engines/dm/console.h index 96fb677fd4..8ee4857d8d 100644 --- a/engines/dm/console.h +++ b/engines/dm/console.h @@ -27,7 +27,8 @@ #include "gui/debugger.h" - +#ifndef DM_CONSOLE_H +#define DM_CONSOLE_H namespace DM { @@ -52,3 +53,5 @@ public: }; } + +#endif -- cgit v1.2.3