This file uses stable_sort
authorChris Lattner <sabre@nondot.org>
Wed, 13 Aug 2003 21:32:37 +0000 (21:32 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 13 Aug 2003 21:32:37 +0000 (21:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7831 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/Statistic.cpp
support/lib/Support/Statistic.cpp

index 5c7cf63e50ce83ef8d0342c2c5c7bb06d26b5c2f..ae9f57f80ed365fb58270bf9f6b333abab772275 100644 (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();
index 5c7cf63e50ce83ef8d0342c2c5c7bb06d26b5c2f..ae9f57f80ed365fb58270bf9f6b333abab772275 100644 (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();