diff options
author | Jim Laskey <jlaskey@mac.com> | 2006-11-17 13:07:55 +0000 |
---|---|---|
committer | Jim Laskey <jlaskey@mac.com> | 2006-11-17 13:07:55 +0000 |
commit | 5f64a16869ea8982146fccbc2f94011d550392f5 (patch) | |
tree | 5a22e0ad3215061e8072d2ebb9e901c16a94944f /lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp | |
parent | a089d4430d8c5ddeec02ad3e0329c3110ef110ad (diff) |
Fixing the ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1 build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31822 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp index fb187a6c79..c0c84b562e 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp @@ -24,6 +24,7 @@ #include "llvm/Config/config.h" #include <fstream> #include <sstream> +#include <iostream> using namespace llvm; namespace llvm { |