Add an #include of raw_ostream.h. Previously, this only compiled
authorDan Gohman <gohman@apple.com>
Fri, 17 Sep 2010 00:33:43 +0000 (00:33 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 17 Sep 2010 00:33:43 +0000 (00:33 +0000)
because it was using Twine.h's declaration of operator<<(const Twine &).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114141 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/MemDepPrinter.cpp

index 6f75239852a8190a9444abd0e36cdbf71d23862c..420ef65e410c9b90cf78b6019c8d2b32ffae78e9 100644 (file)
@@ -16,6 +16,7 @@
 #include "llvm/Support/CallSite.h"
 #include "llvm/Support/InstIterator.h"
 #include "llvm/Support/ErrorHandling.h"
+#include "llvm/Support/raw_ostream.h"
 #include "llvm/ADT/SetVector.h"
 using namespace llvm;