Put some header files back that Win32 needs.

llvm-svn: 19058
This commit is contained in:
Reid Spencer 2004-12-20 03:59:23 +00:00
parent 7ae0bc7111
commit ee556dd431
1 changed files with 2 additions and 0 deletions

View File

@ -14,7 +14,9 @@
#include "llvm/Support/Timer.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/System/Process.h"
#include <algorithm>
#include <fstream>
#include <functional>
#include <iostream>
#include <map>