From aa6f352ddcc6da46ef4e7be73b30d7723d486aa9 Mon Sep 17 00:00:00 2001 From: "erwin.coumans" Date: Mon, 12 Dec 2011 16:56:39 +0000 Subject: [PATCH] use #include "btScalar.h" instead of "LinearMath/btScalar.h" fixes Issue 572 --- src/LinearMath/btMinMax.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)