Add missing include, noticed by ace2001ac on IRC.

llvm-svn: 96764
This commit is contained in:
Daniel Dunbar 2010-02-21 22:07:42 +00:00
parent 40eb7f0991
commit 65927014a9
1 changed files with 1 additions and 0 deletions

View File

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