Spell string.h correctly.

llvm-svn: 96765
This commit is contained in:
Daniel Dunbar 2010-02-21 22:14:52 +00:00
parent 65927014a9
commit 7126183006
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
#include "llvm/Support/Allocator.h"
#include "llvm/ADT/PointerIntPair.h"
#include <algorithm>
#include <string.h>
#include <cstring>
namespace clang {