Commit 9f7cb67f by Greg Hartman

Add missing stdlib.h, needed for atoi

Change-Id: I859db3be12c24fc4544dc3780e5fdf5c598412d8 Reviewed-on: https://swiftshader-review.googlesource.com/3970Reviewed-by: 's avatarNicolas Capens <capn@google.com> Tested-by: 's avatarGreg Hartman <ghartman@google.com>
parent a7ff3a48
......@@ -19,6 +19,7 @@
#include <limits>
#include <stdio.h>
#include <stdlib.h>
namespace es2
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment