diff options
author | Chris Lattner <sabre@nondot.org> | 2002-10-27 19:08:03 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-10-27 19:08:03 +0000 |
commit | c98c87161723ef2d14543ef0caa8d987a79d18fc (patch) | |
tree | aa79ad698a76493a1a1a55fa3c070746789e3b1e /llvm/lib/Support/Statistic.cpp | |
parent | 371ce74737fbb7fa46ff79acc13c047faf49afd2 (diff) | |
download | bcm5719-llvm-c98c87161723ef2d14543ef0caa8d987a79d18fc.tar.gz bcm5719-llvm-c98c87161723ef2d14543ef0caa8d987a79d18fc.zip |
Add #include
llvm-svn: 4291
Diffstat (limited to 'llvm/lib/Support/Statistic.cpp')
-rw-r--r-- | llvm/lib/Support/Statistic.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/Statistic.cpp b/llvm/lib/Support/Statistic.cpp index 4db949a99a2..6345fbfcfcf 100644 --- a/llvm/lib/Support/Statistic.cpp +++ b/llvm/lib/Support/Statistic.cpp @@ -18,6 +18,7 @@ #include "Support/CommandLine.h" #include <iostream> #include <sstream> +#include <algorithm> bool DebugFlag; // DebugFlag - Exported boolean set by the -debug option |