Merge pull request #31018 from follower/fix-thirdparty-assimp-compile-fail

Fix error when building assimp on older Mac OS X version
This commit is contained in:
Rémi Verschelde 2019-08-02 11:25:10 +02:00 committed by GitHub
commit e088358ca1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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