Fix VC++ compilation error.

llvm-svn: 25214
This commit is contained in:
Jeff Cohen 2006-01-11 16:21:23 +00:00
parent a5287eac4f
commit 4e1515789e
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#include "llvm/DerivedTypes.h"
#include "llvm/ADT/StringExtras.h"
#include <iostream>
#include <algorithm>
using namespace llvm;