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)
commit8945db73d198f912d6821975d9960ab1deb0a45f
tree12e774f8a5a63836fb4cdcc2e4629e3368c86932
parent2d32a292c30879fa7360e22dcb3a616c6c62fd0d
Add an #include of raw_ostream.h. Previously, this only compiled
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