Fix VC++ compilation error.

llvm-svn: 25869
This commit is contained in:
Jeff Cohen 2006-02-01 04:37:04 +00:00
parent 7975f04e1f
commit b24b66f209
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#include "llvm/InlineAsm.h"
#include "llvm/DerivedTypes.h"
#include <algorithm>
#include <cctype>
using namespace llvm;