DM: Add missing include guard to console.h

This commit is contained in:
Bendegúz Nagy 2016-08-10 14:08:56 +02:00
parent c380ccf3f3
commit 9e3e58a722

View File

@ -27,7 +27,8 @@
#include "gui/debugger.h"
#ifndef DM_CONSOLE_H
#define DM_CONSOLE_H
namespace DM {
@ -52,3 +53,5 @@ public:
};
}
#endif