From: David Majnemer Date: Fri, 27 Jun 2014 18:38:12 +0000 (+0000) Subject: Include to make buildbots happy X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=82d6ff6b5b32afa9c667035aa50d68ee512873e1;p=platform%2Fupstream%2Fllvm.git Include to make buildbots happy llvm-svn: 211949 --- diff --git a/llvm/lib/Linker/LinkModules.cpp b/llvm/lib/Linker/LinkModules.cpp index eb73a49..5bb2862 100644 --- a/llvm/lib/Linker/LinkModules.cpp +++ b/llvm/lib/Linker/LinkModules.cpp @@ -24,6 +24,7 @@ #include "llvm/Support/raw_ostream.h" #include "llvm/Transforms/Utils/Cloning.h" #include +#include using namespace llvm;