From fa8f06f07dfbd07a77d680f446ced170985527bb Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Sun, 31 May 2015 19:05:18 +0100 Subject: [PATCH] Include C standard library for 'atoi' #228 Xcode 6.3 appears to no longer do this --- src/common.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common.cc b/src/common.cc index 6bc403a2..5fd3274d 100755 --- a/src/common.cc +++ b/src/common.cc @@ -1,3 +1,4 @@ +#include #include #include #include