atoi comes from stddef.h or cstddef
This is required to fix the Android build for ARM.
This commit is contained in:
parent
eee0c73432
commit
2ed1d9bba0
1 changed files with 2 additions and 1 deletions
|
|
@ -32,7 +32,8 @@
|
|||
// ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
// POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
#include <string.h>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <sstream>
|
||||
|
||||
#include "ResourceLimits.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue