aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Statistic.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-13 21:32:37 +0000
committerChris Lattner <sabre@nondot.org>2003-08-13 21:32:37 +0000
commitafa3ec446c6e02f3359d73046d13f8a93c68dc1b (patch)
tree56ce8ba2a48db21af235c274f527b3bef63ecccd /llvm/lib/Support/Statistic.cpp
parentdad4e27046abd3c1b2f93352240945057f166b09 (diff)
downloadllvm-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.cpp1
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();