[cfe-commits] r107291 - /cfe/trunk/include/clang/Analysis/Support/BumpVector.h

Duncan Sands baldrick at free.fr
Wed Jun 30 09:54:05 PDT 2010


Author: baldrick
Date: Wed Jun 30 11:54:05 2010
New Revision: 107291

URL: http://llvm.org/viewvc/llvm-project?rev=107291&view=rev
Log:
Add header file needed to compile with g++-4.6, which has undergone some more
header trimming (needed for std::uninitialized_copy).

Modified:
    cfe/trunk/include/clang/Analysis/Support/BumpVector.h

Modified: cfe/trunk/include/clang/Analysis/Support/BumpVector.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Analysis/Support/BumpVector.h?rev=107291&r1=107290&r2=107291&view=diff
==============================================================================
--- cfe/trunk/include/clang/Analysis/Support/BumpVector.h (original)
+++ cfe/trunk/include/clang/Analysis/Support/BumpVector.h Wed Jun 30 11:54:05 2010
@@ -24,6 +24,7 @@
 #include "llvm/ADT/PointerIntPair.h"
 #include <algorithm>
 #include <cstring>
+#include <memory>
 
 namespace clang {
   





More information about the cfe-commits mailing list