summaryrefslogtreecommitdiff
path: root/support
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
commita4ca41eca75c71230c37bf052b920717876388d9 (patch)
tree12072ccd25caa9e7d25603c2561e123058b11bfa /support
parenteb320c69ed6e59a0addca8d16d189d884fc93aee (diff)
downloadllvm-a4ca41eca75c71230c37bf052b920717876388d9.tar.gz
llvm-a4ca41eca75c71230c37bf052b920717876388d9.tar.bz2
llvm-a4ca41eca75c71230c37bf052b920717876388d9.tar.xz
This file uses stable_sort
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7831 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'support')
-rw-r--r--support/lib/Support/Statistic.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/lib/Support/Statistic.cpp b/support/lib/Support/Statistic.cpp
index 5c7cf63e50..ae9f57f80e 100644
--- a/support/lib/Support/Statistic.cpp
+++ b/support/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();