]> granicus.if.org Git - clang/commitdiff
Spell string.h correctly.
authorDaniel Dunbar <daniel@zuster.org>
Sun, 21 Feb 2010 22:14:52 +0000 (22:14 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sun, 21 Feb 2010 22:14:52 +0000 (22:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96765 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Analysis/Support/BumpVector.h

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