From d59664f4f70fb52fdaaffe5c41bfe39af63f7ffc Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Tue, 29 Apr 2014 23:26:49 +0000 Subject: raw_ostream: Forward declare OpenFlags and include FileSystem.h only where necessary. llvm-svn: 207593 --- llvm/tools/llvm-as/llvm-as.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/tools/llvm-as') diff --git a/llvm/tools/llvm-as/llvm-as.cpp b/llvm/tools/llvm-as/llvm-as.cpp index 70c95080e90..007241c5068 100644 --- a/llvm/tools/llvm-as/llvm-as.cpp +++ b/llvm/tools/llvm-as/llvm-as.cpp @@ -21,6 +21,7 @@ #include "llvm/IR/Module.h" #include "llvm/IR/Verifier.h" #include "llvm/Support/CommandLine.h" +#include "llvm/Support/FileSystem.h" #include "llvm/Support/ManagedStatic.h" #include "llvm/Support/PrettyStackTrace.h" #include "llvm/Support/Signals.h" -- cgit v1.2.3