Update scene.h

use #include <cstdlib> only if the compiler is used to compile c++ code.
pull/2577/head
Kim Kulling 2019-08-18 09:40:13 +02:00 committed by GitHub
parent a9b4909a2f
commit 7ee7946dc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,9 +56,9 @@ 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
# include <cstdlib>
extern "C" {
#endif