commit | afa3ec446c6e02f3359d73046d13f8a93c68dc1b | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Aug 13 21:32:37 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Aug 13 21:32:37 2003 +0000 |
tree | 56ce8ba2a48db21af235c274f527b3bef63ecccd | |
parent | dad4e27046abd3c1b2f93352240945057f166b09 [diff] [blame] |
This file uses stable_sort llvm-svn: 7831
diff --git a/llvm/lib/Support/Statistic.cpp b/llvm/lib/Support/Statistic.cpp index 5c7cf63..ae9f57f 100644 --- a/llvm/lib/Support/Statistic.cpp +++ b/llvm/lib/Support/Statistic.cpp
@@ -18,6 +18,7 @@ #include "Support/CommandLine.h" #include <sstream> #include <iostream> +#include <algorithm> // GetLibSupportInfoOutputFile - Return a file stream to print our output on... std::ostream *GetLibSupportInfoOutputFile();