include <string.h> instead of <memory.h>
This commit is contained in:
@@ -23,7 +23,7 @@ subject to the following restrictions:
|
|||||||
|
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <memory.h>
|
#include <string.h>
|
||||||
#include "LinearMath/btAlignedAllocator.h"
|
#include "LinearMath/btAlignedAllocator.h"
|
||||||
|
|
||||||
#define BT_UINT_MAX UINT_MAX
|
#define BT_UINT_MAX UINT_MAX
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ email: projectileman@yahoo.com
|
|||||||
|
|
||||||
|
|
||||||
#include "gim_math.h"
|
#include "gim_math.h"
|
||||||
#include <memory.h>
|
#include <string.h>
|
||||||
|
|
||||||
#ifdef PREFETCH
|
#ifdef PREFETCH
|
||||||
#include <xmmintrin.h> // for prefetch
|
#include <xmmintrin.h> // for prefetch
|
||||||
|
|||||||
Reference in New Issue
Block a user