raw_ostream: Forward declare OpenFlags and include FileSystem.h only where necessary.
[oota-llvm.git] / lib / Analysis / CFGPrinter.cpp
index 0fcc24e40997fb08be67e578c9d3067d5915d23a..6d421ab2361f4b6b9128527e698ab680fef172a3 100644 (file)
@@ -19,6 +19,7 @@
 
 #include "llvm/Analysis/CFGPrinter.h"
 #include "llvm/Pass.h"
+#include "llvm/Support/FileSystem.h"
 using namespace llvm;
 
 namespace {