Include Config.h so we can get "~" resolved.

llvm-svn: 125031
This commit is contained in:
Jim Ingham 2011-02-07 19:42:39 +00:00
parent 2315beba24
commit 9035e7c26d
2 changed files with 3 additions and 2 deletions

View File

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

View File

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