Bug 948833 - Explicitly include <algorithm> for std::max on FreeBSD. r=njn

This commit is contained in:
Jan Beich 2013-12-11 10:35:33 -05:00
Родитель 7761ae065a
Коммит 07c26e237c
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -206,6 +206,7 @@ ResidentFastDistinguishedAmount(int64_t* aN)
#ifdef __FreeBSD__
#include <libutil.h>
#include <algorithm>
static nsresult
GetKinfoVmentrySelf(int64_t* prss, uint64_t* maxreg)