Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
81562dce
Commit
81562dce
authored
Apr 02, 2009
by
hjk
Browse files
debugger: compile fix
include <ctype.h> is needed on some systems
parent
0f4aa335
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdbengine.cpp
View file @
81562dce
...
@@ -65,6 +65,7 @@
...
@@ -65,6 +65,7 @@
#include <unistd.h>
#include <unistd.h>
#include <dlfcn.h>
#include <dlfcn.h>
#endif
#endif
#include <ctype.h>
using
namespace
Debugger
;
using
namespace
Debugger
;
using
namespace
Debugger
::
Internal
;
using
namespace
Debugger
::
Internal
;
...
...
src/plugins/debugger/watchhandler.cpp
View file @
81562dce
...
@@ -47,9 +47,9 @@
...
@@ -47,9 +47,9 @@
#include <QtGui/QToolTip>
#include <QtGui/QToolTip>
#include <QtGui/QTextEdit>
#include <QtGui/QTextEdit>
#include <ctype.h>
#include <ctype.h>
// creates debug output regarding pending watch data results
// creates debug output regarding pending watch data results
#define DEBUG_PENDING 1
#define DEBUG_PENDING 1
// creates debug output for accesses to the itemmodel
// creates debug output for accesses to the itemmodel
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment