Add a pile of missing #includes exposed by pruning includes in top-of-tree LLVM.

Swift SVN r17157
This commit is contained in:
Doug Gregor
2014-05-01 14:26:34 +00:00
parent c4ef6bd032
commit 3d3ff6811a
18 changed files with 20 additions and 2 deletions

View File

@@ -22,6 +22,7 @@
#include "llvm/Option/Arg.h"
#include "llvm/Option/ArgList.h"
#include "llvm/Option/Option.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.h"
using namespace swift;