forked from OSchip/llvm-project
Include Config.h so we can get "~" resolved.
llvm-svn: 125031
This commit is contained in:
parent
2315beba24
commit
9035e7c26d
|
@ -15,6 +15,7 @@
|
|||
#include "lldb/Core/ConstString.h"
|
||||
#include "lldb/Core/STLUtils.h"
|
||||
#include "lldb/Host/TimeValue.h"
|
||||
#include "lldb/Host/Config.h"
|
||||
|
||||
namespace lldb_private {
|
||||
|
||||
|
|
|
@ -13,13 +13,13 @@
|
|||
#include <libgen.h>
|
||||
#include <sys/stat.h>
|
||||
#include <string.h>
|
||||
#include <fstream>
|
||||
|
||||
#include "lldb/Host/Config.h" // Have to include this before we test the define...
|
||||
#if LLDB_CONFIG_TILDE_RESOLVES_TO_USER
|
||||
#include <pwd.h>
|
||||
#endif
|
||||
|
||||
#include <fstream>
|
||||
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
#include "llvm/Support/Path.h"
|
||||
#include "llvm/Support/Program.h"
|
||||
|
|
Loading…
Reference in New Issue