Skip to content
Snippets Groups Projects
Commit 75ce8453 authored by John Kessenich's avatar John Kessenich
Browse files

Merge pull request #301 from dneto0/fix-android-build-atoi-in-cstddef

Build: atoi comes from stddef.h or cstddef
parents eee0c734 2ed1d9bb
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,8 @@ ...@@ -32,7 +32,8 @@
// ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
// POSSIBILITY OF SUCH DAMAGE. // POSSIBILITY OF SUCH DAMAGE.
#include <string.h> #include <cstdlib>
#include <cstring>
#include <sstream> #include <sstream>
#include "ResourceLimits.h" #include "ResourceLimits.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment