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
Marco Bubke
flatpak-qt-creator
Commits
6d928811
Commit
6d928811
authored
Oct 28, 2009
by
Friedemann Kleint
Browse files
Debugger: Add missing include for intptr-types.
parent
ed4bc021
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/gdbmacros/gdbmacros.cpp
View file @
6d928811
...
...
@@ -57,6 +57,10 @@
#include <QtCore/QTextStream>
#include <QtCore/QVector>
#ifndef Q_OS_WIN
# include <stdint.h>
#endif
#if (QT_POINTER_SIZE==4) // How to printf/scanf a pointer (uintptr_t)
# define POINTER_PRINTFORMAT "0x%x"
#else
...
...
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