replaced #include "new.h" to #include <new>
This commit is contained in:
@@ -20,7 +20,7 @@ subject to the following restrictions:
|
||||
#include "LinearMath/btVector3.h"
|
||||
#include "LinearMath/btTransform.h"
|
||||
#include "LinearMath/btMatrix3x3.h"
|
||||
#include <new.h>
|
||||
#include <new>
|
||||
|
||||
|
||||
void btSimpleBroadphase::validate()
|
||||
|
||||
Reference in New Issue
Block a user