Add missing std::

This commit is contained in:
Steve Hill
2016-11-10 13:53:23 -05:00
parent 573071ae3a
commit e472a0f702
+1 -1
View File
@@ -389,7 +389,7 @@ inline bool operator!=(const UnicodeText& lhs, const UnicodeText& rhs) {
// UnicodeTextRange is a pair of iterators, useful for specifying text
// segments. If the iterators are ==, the segment is empty.
typedef pair<UnicodeText::const_iterator,
typedef std::pair<UnicodeText::const_iterator,
UnicodeText::const_iterator> UnicodeTextRange;
inline bool UnicodeTextRangeIsEmpty(const UnicodeTextRange& r) {