commit | 9550dc2df2aad33e92febc0e3a15aca372639a10 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Oct 27 19:08:03 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Oct 27 19:08:03 2002 +0000 |
tree | ad05d0d415405b3557737899d9e5753449b6e93d | |
parent | a50d6ec97d1302962c9362d2f810e99526d49974 [diff] [blame] |
Add #include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4291 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Support/Statistic.cpp b/lib/Support/Statistic.cpp index 4db949a..6345fbf 100644 --- a/lib/Support/Statistic.cpp +++ b/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