GUI: Fix compilation

This adds a missing header in the case #ifndef USE_TEXT_CONSOLE_FOR_DEBUGGER
This commit is contained in:
Willem Jan Palenstijn 2014-05-25 12:29:13 +02:00
parent 99b376afe7
commit 6cf5cb939b

View file

@ -23,6 +23,7 @@
// NB: This is really only necessary if USE_READLINE is defined
#define FORBIDDEN_SYMBOL_ALLOW_ALL
#include "common/debug.h"
#include "common/debug-channels.h"
#include "common/system.h"