Skip to content

Commit

Permalink
Include C standard library for 'atoi' #228
Browse files Browse the repository at this point in the history
Xcode 6.3 appears to no longer do this
  • Loading branch information
lovell committed May 31, 2015
1 parent e07a105 commit fa8f06f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <cstdlib>
#include <string>
#include <string.h>
#include <vips/vips.h>
Expand Down

0 comments on commit fa8f06f

Please sign in to comment.