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

Daniel Dunbar daniel at zuster.org
Sun Feb 21 14:07:42 PST 2010


Author: ddunbar
Date: Sun Feb 21 16:07:42 2010
New Revision: 96764

URL: http://llvm.org/viewvc/llvm-project?rev=96764&view=rev
Log:
Add missing include, noticed by ace2001ac on IRC.

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=96764&r1=96763&r2=96764&view=diff
==============================================================================
--- cfe/trunk/include/clang/Analysis/Support/BumpVector.h (original)
+++ cfe/trunk/include/clang/Analysis/Support/BumpVector.h Sun Feb 21 16:07:42 2010
@@ -23,6 +23,7 @@
 #include "llvm/Support/Allocator.h"
 #include "llvm/ADT/PointerIntPair.h"
 #include <algorithm>
+#include <string.h>
 
 namespace clang {
   





More information about the cfe-commits mailing list