aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2006-11-17 09:38:03 +0000
committerBill Wendling <isanbard@gmail.com>2006-11-17 09:38:03 +0000
commit6d99777e3396342a2bb02e81997b478b54677e26 (patch)
tree24dbc44cfcf6766a821f1fa5129c209bc2e22106
parent2e3def1177c462e14b20ddad71adf5c6b7c3e867 (diff)
Needs the iostream include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31815 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Analysis/CFGPrinter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Analysis/CFGPrinter.cpp b/lib/Analysis/CFGPrinter.cpp
index a762a8e5f8..9dc4ba639c 100644
--- a/lib/Analysis/CFGPrinter.cpp
+++ b/lib/Analysis/CFGPrinter.cpp
@@ -25,6 +25,7 @@
#include "llvm/Support/CFG.h"
#include "llvm/Support/GraphWriter.h"
#include "llvm/Config/config.h"
+#include <iostream>
#include <sstream>
#include <fstream>
using namespace llvm;