Bug 1169034 - include <cstdlib> in ThreadStackHelper.cpp to declare correct overload for std::abs; r=jseward
The integer-valued {,l,ll}abs functions come from <stdlib.h>, and so the
integer-valued overload for std::abs comes from <cstdlib>.
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
|
||||
#include <string.h>
|
||||
#include <vector>
|
||||
#include <cstdlib>
|
||||
|
||||
#ifdef XP_LINUX
|
||||
#ifdef ANDROID
|
||||
|
||||
Reference in New Issue
Block a user