From 1e0843084a1416a2e151493edf5c57c37f3fadec Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Fri, 21 Feb 2014 20:21:55 +0000 Subject: [PATCH] Add missing include. Should fix the bots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201882 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Object/IRObjectFile.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Object/IRObjectFile.cpp b/lib/Object/IRObjectFile.cpp index fb511ca28f8..37e7eb80ca5 100644 --- a/lib/Object/IRObjectFile.cpp +++ b/lib/Object/IRObjectFile.cpp @@ -15,6 +15,7 @@ #include "llvm/IR/LLVMContext.h" #include "llvm/IR/Module.h" #include "llvm/Object/IRObjectFile.h" +#include "llvm/Support/raw_ostream.h" using namespace llvm; using namespace object; -- 2.34.1