Merge pull request #2577 from follower/patch-1

Fix error when building assimp on older Mac OS X version.
This commit is contained in:
Kim Kulling
2019-08-18 14:39:46 +02:00
committed by GitHub

View File

@@ -58,6 +58,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "metadata.h"
#ifdef __cplusplus
# include <cstdlib>
extern "C" {
#endif