[Scummvm-cvs-logs] scummvm master -> 6cf5cb939b8452bb924946529d955469e73a7a0c
wjp
wjp at usecode.org
Sun May 25 12:30:35 CEST 2014
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
6cf5cb939b GUI: Fix compilation
Commit: 6cf5cb939b8452bb924946529d955469e73a7a0c
https://github.com/scummvm/scummvm/commit/6cf5cb939b8452bb924946529d955469e73a7a0c
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2014-05-25T12:29:13+02:00
Commit Message:
GUI: Fix compilation
This adds a missing header in the case #ifndef USE_TEXT_CONSOLE_FOR_DEBUGGER
Changed paths:
gui/debugger.cpp
diff --git a/gui/debugger.cpp b/gui/debugger.cpp
index 3cfa9f9..d14b786 100644
--- a/gui/debugger.cpp
+++ b/gui/debugger.cpp
@@ -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"
More information about the Scummvm-git-logs
mailing list