From e26cf0ab4d89ac77b5c983b055b1aa8305f05eca Mon Sep 17 00:00:00 2001 From: Thiago Macieira <thiago.macieira@nokia.com> Date: Mon, 31 May 2010 11:12:58 +0200 Subject: [PATCH] Fix compilation: #include <ctype.h> --- src/plugins/debugger/gdb/remotegdbprocess.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/plugins/debugger/gdb/remotegdbprocess.cpp b/src/plugins/debugger/gdb/remotegdbprocess.cpp index 6e51a3fa785..fb7e2d02817 100644 --- a/src/plugins/debugger/gdb/remotegdbprocess.cpp +++ b/src/plugins/debugger/gdb/remotegdbprocess.cpp @@ -31,6 +31,8 @@ #include "remoteplaingdbadapter.h" +#include <ctype.h> + namespace Debugger { namespace Internal { -- GitLab