Skip to content

Commit

Permalink
Fix error when building assimp on older Mac OS X version.
Browse files Browse the repository at this point in the history
Prevents this error when building with Mac OS X 10.9 SDK:

    error: no member named 'atoi' in namespace 'std'; did you mean simply 'atoi'?
  • Loading branch information
follower committed Aug 1, 2019
1 parent 3a6102a commit 84698df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions thirdparty/assimp/include/assimp/scene.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "material.h"
#include "anim.h"
#include "metadata.h"
#include <cstdlib>

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit 84698df

Please sign in to comment.