Fix VC++ build errors

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23210 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jeff Cohen
2005-09-02 02:51:42 +00:00
parent f505949580
commit 7cd57f4c45
3 changed files with 8 additions and 1 deletions

View File

@@ -23,6 +23,7 @@
#include <vector>
#include <iostream>
#include <cassert>
#include "llvm/Support/DataTypes.h"
namespace llvm {