summaryrefslogtreecommitdiff
path: root/include/llvm/Linker.h
diff options
context:
space:
mode:
authorDuraid Madina <duraid@octopus.com.au>2005-12-26 13:34:00 +0000
committerDuraid Madina <duraid@octopus.com.au>2005-12-26 13:34:00 +0000
commit4c4e12fb1f9be1bf75360dd8178a3ae074cc8e49 (patch)
tree2d5a5180619c0d6087bc7b6d42f2e8d0b835a03c /include/llvm/Linker.h
parentbb35a113db901ce5ca0ca8e844045a543c7fa19d (diff)
downloadllvm-4c4e12fb1f9be1bf75360dd8178a3ae074cc8e49.tar.gz
llvm-4c4e12fb1f9be1bf75360dd8178a3ae074cc8e49.tar.bz2
llvm-4c4e12fb1f9be1bf75360dd8178a3ae074cc8e49.tar.xz
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
Diffstat (limited to 'include/llvm/Linker.h')
-rw-r--r--include/llvm/Linker.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Linker.h b/include/llvm/Linker.h
index d1854cc629..f7b03c2ee5 100644
--- a/include/llvm/Linker.h
+++ b/include/llvm/Linker.h
@@ -16,6 +16,7 @@
#include "llvm/System/Path.h"
#include <vector>
+#include <memory>
namespace llvm {