commit | 07b1627f465294d26f664e34e6c3bb2b3db711fe | [log] [tgz] |
---|---|---|
author | Eli Friedman <eli.friedman@gmail.com> | Wed Jun 09 19:11:30 2010 +0000 |
committer | Eli Friedman <eli.friedman@gmail.com> | Wed Jun 09 19:11:30 2010 +0000 |
tree | ca439b363f9603b03c5406fd5bd370827140740a | |
parent | 5ac1d23d3d2d7a79fe520978927e9c47f65e27eb [diff] [blame] |
Add a few more missing includes. llvm-svn: 105743
diff --git a/lldb/tools/driver/IOChannel.cpp b/lldb/tools/driver/IOChannel.cpp index d8175cb..8b833b1 100644 --- a/lldb/tools/driver/IOChannel.cpp +++ b/lldb/tools/driver/IOChannel.cpp
@@ -20,6 +20,9 @@ #include "lldb/API/SBListener.h" #include "lldb/API/SBStringList.h" +#include <string.h> +#include <limits.h> + using namespace lldb; typedef std::map<EditLine *, std::string> PromptMap;