change malloc.h to stdlib.h for OSX(Thanks to prprhyt)

dev
MITSUNARI Shigeo 7 years ago
parent 72f5be5669
commit aa4927bf2c
  1. 2
      include/mcl/array.hpp

@ -6,7 +6,7 @@
@license modified new BSD license
http://opensource.org/licenses/BSD-3-Clause
*/
#include <malloc.h>
#include <stdlib.h>
#include <stddef.h>
namespace mcl {

Loading…
Cancel
Save