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/lib/TableGen/Main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/TableGen/Main.cpp') diff --git a/llvm/lib/TableGen/Main.cpp b/llvm/lib/TableGen/Main.cpp index fd81ab4..476026d 100644 --- a/llvm/lib/TableGen/Main.cpp +++ b/llvm/lib/TableGen/Main.cpp @@ -17,6 +17,7 @@ #include "TGParser.h" #include "llvm/Support/CommandLine.h" +#include "llvm/Support/FileSystem.h" #include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/ToolOutputFile.h" #include "llvm/Support/system_error.h" -- cgit v1.1