aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-02-21 22:07:42 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-02-21 22:07:42 +0000
commit26f178696e90cdf950dce26ccd1fe19a46537999 (patch)
tree40da521a18ce1216adfbf7559c0f45bcc8b46deb
parent79b7f9af948ae71e657be7425c846c0f02ef1239 (diff)
Add missing include, noticed by ace2001ac on IRC.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96764 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Analysis/Support/BumpVector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Analysis/Support/BumpVector.h b/include/clang/Analysis/Support/BumpVector.h
index 48851d0f26..ba34a51ad9 100644
--- a/include/clang/Analysis/Support/BumpVector.h
+++ b/include/clang/Analysis/Support/BumpVector.h
@@ -23,6 +23,7 @@
#include "llvm/Support/Allocator.h"
#include "llvm/ADT/PointerIntPair.h"
#include <algorithm>
+#include <string.h>
namespace clang {