From afa3ec446c6e02f3359d73046d13f8a93c68dc1b 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 llvm-svn: 7831 --- llvm/lib/Support/Statistic.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/Support/Statistic.cpp') 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 #include +#include // GetLibSupportInfoOutputFile - Return a file stream to print our output on... std::ostream *GetLibSupportInfoOutputFile(); -- cgit v1.1