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

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