diff options
Diffstat (limited to 'llvm/support/lib/Support/Statistic.cpp')
| -rw-r--r-- | llvm/support/lib/Support/Statistic.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/llvm/support/lib/Support/Statistic.cpp b/llvm/support/lib/Support/Statistic.cpp index 4db949a99a2..6345fbfcfcf 100644 --- a/llvm/support/lib/Support/Statistic.cpp +++ b/llvm/support/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 | 

