diff options
author | Chris Lattner <sabre@nondot.org> | 2003-08-13 21:32:37 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-08-13 21:32:37 +0000 |
commit | afa3ec446c6e02f3359d73046d13f8a93c68dc1b (patch) | |
tree | 56ce8ba2a48db21af235c274f527b3bef63ecccd /llvm/lib/Support/Statistic.cpp | |
parent | dad4e27046abd3c1b2f93352240945057f166b09 (diff) | |
download | llvm-afa3ec446c6e02f3359d73046d13f8a93c68dc1b.zip llvm-afa3ec446c6e02f3359d73046d13f8a93c68dc1b.tar.gz llvm-afa3ec446c6e02f3359d73046d13f8a93c68dc1b.tar.bz2 |
This file uses stable_sort
llvm-svn: 7831
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 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(); |