]> granicus.if.org Git - clang/commitdiff
Add missing include, noticed by ace2001ac on IRC.
authorDaniel Dunbar <daniel@zuster.org>
Sun, 21 Feb 2010 22:07:42 +0000 (22:07 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sun, 21 Feb 2010 22:07:42 +0000 (22:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96764 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Analysis/Support/BumpVector.h

index 48851d0f2637334224b35623f5a9f9c909e2702a..ba34a51ad9784688990a5c897348044bf5563018 100644 (file)
@@ -23,6 +23,7 @@
 #include "llvm/Support/Allocator.h"
 #include "llvm/ADT/PointerIntPair.h"
 #include <algorithm>
+#include <string.h>
 
 namespace clang {