[cfe-commits] r41686 - /cfe/trunk/Lex/Preprocessor.cpp
Chris Lattner
sabre at nondot.org
Mon Sep 3 11:30:32 PDT 2007
Author: lattner
Date: Mon Sep 3 13:30:32 2007
New Revision: 41686
URL: http://llvm.org/viewvc/llvm-project?rev=41686&view=rev
Log:
Add #include required on win32.
Modified:
cfe/trunk/Lex/Preprocessor.cpp
Modified: cfe/trunk/Lex/Preprocessor.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/Lex/Preprocessor.cpp?rev=41686&r1=41685&r2=41686&view=diff
==============================================================================
--- cfe/trunk/Lex/Preprocessor.cpp (original)
+++ cfe/trunk/Lex/Preprocessor.cpp Mon Sep 3 13:30:32 2007
@@ -38,6 +38,7 @@
#include "llvm/ADT/SmallVector.h"
#include "llvm/Support/MemoryBuffer.h"
#include <iostream>
+#include <ctime>
using namespace clang;
//===----------------------------------------------------------------------===//
More information about the cfe-commits
mailing list