aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-02-21 22:14:52 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-02-21 22:14:52 +0000
commitf7bb329deb2f8ce9ae7f187d6fbe0f98deaeed0d (patch)
treea5142e6b1daac61c274cb124d8e4f8d2b811de85
parent26f178696e90cdf950dce26ccd1fe19a46537999 (diff)
Spell string.h correctly.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96765 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Analysis/Support/BumpVector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Analysis/Support/BumpVector.h b/include/clang/Analysis/Support/BumpVector.h
index ba34a51ad9..c6c9eedcbf 100644
--- a/include/clang/Analysis/Support/BumpVector.h
+++ b/include/clang/Analysis/Support/BumpVector.h
@@ -23,7 +23,7 @@
#include "llvm/Support/Allocator.h"
#include "llvm/ADT/PointerIntPair.h"
#include <algorithm>
-#include <string.h>
+#include <cstring>
namespace clang {