diff -r f4a778e096c2 -r 9da50d567e3c predictivesearch/PcsAlgorithm/Algorithm2/src/CPcsAlgorithm2.cpp --- a/predictivesearch/PcsAlgorithm/Algorithm2/src/CPcsAlgorithm2.cpp Wed Sep 01 12:29:52 2010 +0100 +++ b/predictivesearch/PcsAlgorithm/Algorithm2/src/CPcsAlgorithm2.cpp Tue Sep 14 20:54:53 2010 +0300 @@ -16,7 +16,7 @@ */ // INCLUDES -#include +#include #include #include #include @@ -301,7 +301,7 @@ // Sort rule - TLinearOrder rule(CPcsAlgorithm2Utils::CompareDataBySortOrder); + TLinearOrder rule(CPcsAlgorithm2Utils::CompareDataBySortOrderL); // Avoid duplicates and add new results TIdentityRelation identityRule(CPsData::CompareById);