diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-02-21 22:14:52 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-02-21 22:14:52 +0000 |
commit | f7bb329deb2f8ce9ae7f187d6fbe0f98deaeed0d (patch) | |
tree | a5142e6b1daac61c274cb124d8e4f8d2b811de85 | |
parent | 26f178696e90cdf950dce26ccd1fe19a46537999 (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.h | 2 |
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 { |