Add a few more missing includes.

llvm-svn: 105743
This commit is contained in:
Eli Friedman 2010-06-09 19:11:30 +00:00
parent 5ac1d23d3d
commit 07b1627f46
2 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include <string.h>
#include <stdlib.h>
#include <limits.h>
#include <fcntl.h>
#include <string>

View File

@ -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;