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:
Nathan Froyd 2015-05-27 16:54:38 -04:00
parent 4979a3b21a
commit 1471dc0034

View File

@ -44,6 +44,7 @@
#include <string.h>
#include <vector>
#include <cstdlib>
#ifdef XP_LINUX
#ifdef ANDROID