]> granicus.if.org Git - clang/commitdiff
Add header file needed to compile with g++-4.6, which has undergone some more
authorDuncan Sands <baldrick@free.fr>
Wed, 30 Jun 2010 16:54:05 +0000 (16:54 +0000)
committerDuncan Sands <baldrick@free.fr>
Wed, 30 Jun 2010 16:54:05 +0000 (16:54 +0000)
header trimming (needed for std::uninitialized_copy).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107291 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Analysis/Support/BumpVector.h

index c6c9eedcbf09917c40772c5f63b2dfc3329f2313..7cd481238f8171f6609d8e19e8fe78133add811e 100644 (file)
@@ -24,6 +24,7 @@
 #include "llvm/ADT/PointerIntPair.h"
 #include <algorithm>
 #include <cstring>
+#include <memory>
 
 namespace clang {