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 3cc8f34f02
commit 1f9672eb8e

View File

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