From: Rafael Espindola Date: Mon, 14 Dec 2015 23:31:08 +0000 (+0000) Subject: Trying to fix the build in a bot. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=3bcdb962f7ccfadca356b12bf0fb33349e549de3 Trying to fix the build in a bot. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255577 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/IPO/FunctionImport.cpp b/lib/Transforms/IPO/FunctionImport.cpp index fe58bdbed19..d12f64d296d 100644 --- a/lib/Transforms/IPO/FunctionImport.cpp +++ b/lib/Transforms/IPO/FunctionImport.cpp @@ -25,6 +25,7 @@ #include "llvm/Support/Debug.h" #include "llvm/Support/SourceMgr.h" +#include #include using namespace llvm;