[llvm-commits] CVS: llvm/lib/Support/Statistic.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sun Oct 27 13:08:04 PST 2002
Changes in directory llvm/lib/Support:
Statistic.cpp updated: 1.5 -> 1.6
---
Log message:
Add #include
---
Diffs of the changes:
Index: llvm/lib/Support/Statistic.cpp
diff -u llvm/lib/Support/Statistic.cpp:1.5 llvm/lib/Support/Statistic.cpp:1.6
--- llvm/lib/Support/Statistic.cpp:1.5 Fri Oct 4 18:56:18 2002
+++ llvm/lib/Support/Statistic.cpp Sun Oct 27 13:07:47 2002
@@ -18,6 +18,7 @@
#include "Support/CommandLine.h"
#include <iostream>
#include <sstream>
+#include <algorithm>
bool DebugFlag; // DebugFlag - Exported boolean set by the -debug option
More information about the llvm-commits
mailing list