浏览代码

Merge pull request #2577 from follower/patch-1

Fix error when building assimp on older Mac OS X version.
Kim Kulling 6 年之前
父节点
当前提交
23e1c0cbc9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/assimp/scene.h

+ 1 - 0
include/assimp/scene.h

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