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 | a4ca41eca75c71230c37bf052b920717876388d9 (patch) | |
tree | 12072ccd25caa9e7d25603c2561e123058b11bfa /lib/Support/Statistic.cpp | |
parent | eb320c69ed6e59a0addca8d16d189d884fc93aee (diff) |
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 'lib/Support/Statistic.cpp')
-rw-r--r-- | lib/Support/Statistic.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/Statistic.cpp b/lib/Support/Statistic.cpp index 5c7cf63e50..ae9f57f80e 100644 --- a/lib/Support/Statistic.cpp +++ b/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(); |