use #include "btScalar.h" instead of "LinearMath/btScalar.h"
fixes Issue 572
This commit is contained in:
@@ -17,7 +17,7 @@ subject to the following restrictions:
|
|||||||
#ifndef BT_GEN_MINMAX_H
|
#ifndef BT_GEN_MINMAX_H
|
||||||
#define BT_GEN_MINMAX_H
|
#define BT_GEN_MINMAX_H
|
||||||
|
|
||||||
#include "LinearMath/btScalar.h"
|
#include "btScalar.h"
|
||||||
|
|
||||||
template <class T>
|
template <class T>
|
||||||
SIMD_FORCE_INLINE const T& btMin(const T& a, const T& b)
|
SIMD_FORCE_INLINE const T& btMin(const T& a, const T& b)
|
||||||
|
|||||||
Reference in New Issue
Block a user