Update scene.h
use #include <cstdlib> only if the compiler is used to compile c++ code.pull/2577/head
parent
a9b4909a2f
commit
7ee7946dc5
|
@ -56,9 +56,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
#include "material.h"
|
#include "material.h"
|
||||||
#include "anim.h"
|
#include "anim.h"
|
||||||
#include "metadata.h"
|
#include "metadata.h"
|
||||||
#include <cstdlib>
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
# include <cstdlib>
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue