Index: polly/trunk/lib/Support/ISLTools.cpp =================================================================== --- polly/trunk/lib/Support/ISLTools.cpp +++ polly/trunk/lib/Support/ISLTools.cpp @@ -744,7 +744,7 @@ } // Sort the polyhedra. - std::sort(BSets.begin(), BSets.end(), orderComparer); + llvm::sort(BSets.begin(), BSets.end(), orderComparer); // Print the polyhedra. bool First = true;