diff --git a/src/LinearMath/btMinMax.h b/src/LinearMath/btMinMax.h index bd5d731a1..5b436e9ba 100644 --- a/src/LinearMath/btMinMax.h +++ b/src/LinearMath/btMinMax.h @@ -17,7 +17,7 @@ subject to the following restrictions: #ifndef BT_GEN_MINMAX_H #define BT_GEN_MINMAX_H -#include "LinearMath/btScalar.h" +#include "btScalar.h" template SIMD_FORCE_INLINE const T& btMin(const T& a, const T& b)