diff --git a/PowerEditor/src/MISC/Common/Sorters.h b/PowerEditor/src/MISC/Common/Sorters.h index 85cbc1acb..b35e63421 100644 --- a/PowerEditor/src/MISC/Common/Sorters.h +++ b/PowerEditor/src/MISC/Common/Sorters.h @@ -30,6 +30,7 @@ #define NPP_SORTERS_H #include +#include // Base interface for line sorting. class ISorter @@ -289,7 +290,7 @@ public: { try { - nonEmptyInputAsNumbers.push_back(make_pair(lineIndex, convertStringToNumber(preparedLine))); + nonEmptyInputAsNumbers.push_back(std::make_pair(lineIndex, convertStringToNumber(preparedLine))); } catch (...) {