зеркало из https://github.com/mozilla/gecko-dev.git
Bug 948833 - Explicitly include <algorithm> for std::max on FreeBSD. r=njn
This commit is contained in:
Родитель
7761ae065a
Коммит
07c26e237c
|
@ -206,6 +206,7 @@ ResidentFastDistinguishedAmount(int64_t* aN)
|
|||
|
||||
#ifdef __FreeBSD__
|
||||
#include <libutil.h>
|
||||
#include <algorithm>
|
||||
|
||||
static nsresult
|
||||
GetKinfoVmentrySelf(int64_t* prss, uint64_t* maxreg)
|
||||
|
|
Загрузка…
Ссылка в новой задаче