diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-08-02 11:25:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-02 11:25:10 +0200 |
commit | e088358ca142584fa7ea49e6506beccf518f8352 (patch) | |
tree | a5d5bb314734177581ac0769fb1ce1354506fdb3 /thirdparty/assimp | |
parent | 69e6dc91641070a80823ecd17619a39ae71ff080 (diff) | |
parent | 84698dfa3d6df46cc150e192e62829ed6006196f (diff) |
Merge pull request #31018 from follower/fix-thirdparty-assimp-compile-fail
Fix error when building assimp on older Mac OS X version
Diffstat (limited to 'thirdparty/assimp')
-rw-r--r-- | thirdparty/assimp/include/assimp/scene.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/thirdparty/assimp/include/assimp/scene.h b/thirdparty/assimp/include/assimp/scene.h index e973f6c5b9..df5d6f3b5e 100644 --- a/thirdparty/assimp/include/assimp/scene.h +++ b/thirdparty/assimp/include/assimp/scene.h @@ -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" { |