Fix VC++ compilation error.

llvm-svn: 25577
This commit is contained in:
Jeff Cohen 2006-01-24 04:43:17 +00:00
parent b56a80061a
commit 12f8441c03
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Support/Debug.h"
#include <algorithm>
using namespace llvm;
namespace {