diff options
author | Duncan Sands <baldrick@free.fr> | 2010-06-30 16:54:05 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2010-06-30 16:54:05 +0000 |
commit | 68f774dc9f4ad823dff4195821ba789e4e61a3a6 (patch) | |
tree | 44136cecb017792997b4280528bdc55aecf1c951 /include/clang/Analysis/Support/BumpVector.h | |
parent | 36c28db83d2141ca4e74c4d2e92be5a3a772e2c3 (diff) |
Add header file needed to compile with g++-4.6, which has undergone some more
header trimming (needed for std::uninitialized_copy).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107291 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Analysis/Support/BumpVector.h')
-rw-r--r-- | include/clang/Analysis/Support/BumpVector.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Analysis/Support/BumpVector.h b/include/clang/Analysis/Support/BumpVector.h index c6c9eedcbf..7cd481238f 100644 --- a/include/clang/Analysis/Support/BumpVector.h +++ b/include/clang/Analysis/Support/BumpVector.h @@ -24,6 +24,7 @@ #include "llvm/ADT/PointerIntPair.h" #include <algorithm> #include <cstring> +#include <memory> namespace clang { |