Browse Source

Merge pull request #2577 from follower/patch-1

Fix error when building assimp on older Mac OS X version.
Kim Kulling 6 years ago
parent
commit
23e1c0cbc9
1 changed files with 1 additions and 0 deletions
  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