]> granicus.if.org Git - clang/commitdiff
Add #include required on win32.
authorChris Lattner <sabre@nondot.org>
Mon, 3 Sep 2007 18:30:32 +0000 (18:30 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 3 Sep 2007 18:30:32 +0000 (18:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41686 91177308-0d34-0410-b5e6-96231b3b80d8

Lex/Preprocessor.cpp

index 25ddb03d48a782202ef88671533ea23521db99e5..b51222cefd3bdcb9c1dbe822f2f7463d3b9221d6 100644 (file)
@@ -38,6 +38,7 @@
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/Support/MemoryBuffer.h"
 #include <iostream>
+#include <ctime>
 using namespace clang;
 
 //===----------------------------------------------------------------------===//