Fix compile error when defining DEBUG, include memset header
See Issue 678, thanks to Max for the report!
This commit is contained in:
@@ -25,6 +25,12 @@
|
|||||||
|
|
||||||
|
|
||||||
#if defined BT_USE_SIMD_VECTOR3
|
#if defined BT_USE_SIMD_VECTOR3
|
||||||
|
|
||||||
|
#if DEBUG
|
||||||
|
#include <string.h>//for memset
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
typedef float float4 __attribute__ ((vector_size(16)));
|
typedef float float4 __attribute__ ((vector_size(16)));
|
||||||
|
|||||||
Reference in New Issue
Block a user