commit | bdae3787ef23070b59532e02da2ee08365015ef4 | [log] [tgz] |
---|---|---|
author | Virgile Bello <virgile.bello@gmail.com> | Wed Aug 28 12:14:27 2013 +0000 |
committer | Virgile Bello <virgile.bello@gmail.com> | Wed Aug 28 12:14:27 2013 +0000 |
tree | bfa4e48933247a1b79540e5bfbe7c00f0a360a70 | |
parent | e6ed5b72f13d23ee249d4fc93a3acd1eac81a8e9 [diff] [blame] |
Cleanup/rearrange includes: - factorize unistd.h and stdbool.h in lldb-types.h. - Add <functional> and <string> where required. llvm-svn: 189477
diff --git a/lldb/source/API/SBProcess.cpp b/lldb/source/API/SBProcess.cpp index 259eb5e..190ba7a 100644 --- a/lldb/source/API/SBProcess.cpp +++ b/lldb/source/API/SBProcess.cpp
@@ -11,6 +11,9 @@ #include "lldb/API/SBProcess.h" +// C Includes +#include <inttypes.h> + #include "lldb/lldb-defines.h" #include "lldb/lldb-types.h"