Use -Wl,-x instead of -s: it is more portable, and in particular,
[oota-llvm.git] / lib / Support / Statistic.cpp
index 4db949a99a203326b93220b9645c1669e02ec4b5..6345fbfcfcf83a57aeb7964af1280689376b06c2 100644 (file)
@@ -18,6 +18,7 @@
 #include "Support/CommandLine.h"
 #include <iostream>
 #include <sstream>
+#include <algorithm>
 
 bool DebugFlag;  // DebugFlag - Exported boolean set by the -debug option