Fix error when building assimp on older Mac OS X version.

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'?
pull/2577/head
follower 2019-08-02 04:44:21 +12:00 committed by GitHub
parent 1c3e934ae9
commit 1e6eac9e65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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" {