This file uses stable_sort

llvm-svn: 7831
This commit is contained in:
Chris Lattner 2003-08-13 21:32:37 +00:00
parent dad4e27046
commit afa3ec446c
2 changed files with 2 additions and 0 deletions

View File

@ -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();

View File

@ -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();