[llvm-commits] CVS: llvm/include/llvm/Support/Timer.h
Jeff Cohen
jeffc at jolt-lang.org
Fri Jan 28 22:27:27 PST 2005
Changes in directory llvm/include/llvm/Support:
Timer.h updated: 1.15 -> 1.16
---
Log message:
Unbreak VC++ build
---
Diffs of the changes: (+1 -0)
Timer.h | 1 +
1 files changed, 1 insertion(+)
Index: llvm/include/llvm/Support/Timer.h
diff -u llvm/include/llvm/Support/Timer.h:1.15 llvm/include/llvm/Support/Timer.h:1.16
--- llvm/include/llvm/Support/Timer.h:1.15 Fri Jan 28 23:21:00 2005
+++ llvm/include/llvm/Support/Timer.h Sat Jan 29 00:27:16 2005
@@ -15,6 +15,7 @@
#ifndef LLVM_SUPPORT_TIMER_H
#define LLVM_SUPPORT_TIMER_H
+#include <llvm/Support/DataTypes.h>
#include <string>
#include <vector>
#include <iosfwd>
More information about the llvm-commits
mailing list