Fix VC++ build error.

llvm-svn: 26773
This commit is contained in:
Jeff Cohen 2006-03-15 02:51:05 +00:00
parent 1c32e04b5f
commit c4e2468251
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#include "IntrinsicEmitter.h"
#include "Record.h"
#include "llvm/ADT/StringExtras.h"
#include <algorithm>
using namespace llvm;
//===----------------------------------------------------------------------===//