summaryrefslogtreecommitdiff
path: root/tools/llvm-as
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-as')
-rw-r--r--tools/llvm-as/llvm-as.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llvm-as/llvm-as.cpp b/tools/llvm-as/llvm-as.cpp
index 9e9290d2cc..eaa5a09c51 100644
--- a/tools/llvm-as/llvm-as.cpp
+++ b/tools/llvm-as/llvm-as.cpp
@@ -22,6 +22,7 @@
#include "Support/CommandLine.h"
#include "llvm/System/Signals.h"
#include <fstream>
+#include <iostream>
#include <memory>
using namespace llvm;