From a4ca41eca75c71230c37bf052b920717876388d9 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 13 Aug 2003 21:32:37 +0000 Subject: This file uses stable_sort git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7831 91177308-0d34-0410-b5e6-96231b3b80d8 --- support/lib/Support/Statistic.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'support') 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 #include +#include // GetLibSupportInfoOutputFile - Return a file stream to print our output on... std::ostream *GetLibSupportInfoOutputFile(); -- cgit v1.2.3