Add #include required on win32.

llvm-svn: 41686
This commit is contained in:
Chris Lattner 2007-09-03 18:30:32 +00:00
parent 78b6221ff9
commit a263393d11
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
#include "llvm/ADT/SmallVector.h"
#include "llvm/Support/MemoryBuffer.h"
#include <iostream>
#include <ctime>
using namespace clang;
//===----------------------------------------------------------------------===//