From: Chris Lattner Date: Wed, 13 Aug 2003 21:32:37 +0000 (+0000) Subject: This file uses stable_sort X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a4ca41eca75c71230c37bf052b920717876388d9;p=oota-llvm.git This file uses stable_sort git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7831 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/Statistic.cpp b/lib/Support/Statistic.cpp index 5c7cf63e50c..ae9f57f80ed 100644 --- a/lib/Support/Statistic.cpp +++ b/lib/Support/Statistic.cpp @@ -18,6 +18,7 @@ #include "Support/CommandLine.h" #include #include +#include // GetLibSupportInfoOutputFile - Return a file stream to print our output on... std::ostream *GetLibSupportInfoOutputFile(); diff --git a/support/lib/Support/Statistic.cpp b/support/lib/Support/Statistic.cpp index 5c7cf63e50c..ae9f57f80ed 100644 --- a/support/lib/Support/Statistic.cpp +++ b/support/lib/Support/Statistic.cpp @@ -18,6 +18,7 @@ #include "Support/CommandLine.h" #include #include +#include // GetLibSupportInfoOutputFile - Return a file stream to print our output on... std::ostream *GetLibSupportInfoOutputFile();