Include PathV1.h in files that use it.

This is preparation for replacing Path.h with PathV2.h.

llvm-svn: 183781
This commit is contained in:
Rafael Espindola
2013-06-11 19:59:07 +00:00
parent c656225b9d
commit be5138885d
8 changed files with 8 additions and 0 deletions

View File

@@ -29,6 +29,7 @@
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/Host.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/PathV1.h"
#include "llvm/Support/system_error.h"
#include <sys/stat.h>
using namespace clang;