From: Duraid Madina Date: Mon, 26 Dec 2005 13:34:00 +0000 (+0000) Subject: more standards compliance (damn, I can't wait for unordered_set (tee hee) X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4c4e12fb1f9be1bf75360dd8178a3ae074cc8e49;p=oota-llvm.git more standards compliance (damn, I can't wait for unordered_set (tee hee) and unordered_map to make it into the standard) Hurry up, JTC1 SC22 WG21 Library Working Group! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25020 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Linker.h b/include/llvm/Linker.h index d1854cc6296..f7b03c2ee5c 100644 --- a/include/llvm/Linker.h +++ b/include/llvm/Linker.h @@ -16,6 +16,7 @@ #include "llvm/System/Path.h" #include +#include namespace llvm {