Complete unbreak of VC++ (Chris identified the simple fix).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32615 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jeff Cohen 2006-12-15 22:06:08 +00:00
parent 6ebe23584e
commit d5c0f43992
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#include <iosfwd>
#include <vector>
#include <cassert>
#include <ostream>
namespace llvm {
class MRegisterInfo;

View File

@ -22,6 +22,7 @@
#include <vector>
#include <cassert>
#include <iosfwd>
#include <ostream>
namespace llvm {