aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llc/llc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llc/llc.cpp')
-rw-r--r--tools/llc/llc.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/llc/llc.cpp b/tools/llc/llc.cpp
index 42f1d380da..62b4a3a490 100644
--- a/tools/llc/llc.cpp
+++ b/tools/llc/llc.cpp
@@ -22,8 +22,9 @@
#include "llvm/Pass.h"
#include "Support/CommandLine.h"
#include "llvm/System/Signals.h"
-#include <memory>
#include <fstream>
+#include <iostream>
+#include <memory>
using namespace llvm;