use #include "btScalar.h" instead of "LinearMath/btScalar.h"

fixes Issue 572
This commit is contained in:
erwin.coumans
2011-12-12 16:56:39 +00:00
parent e1c9b67ef7
commit aa6f352ddc

View File

@@ -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 <class T>
SIMD_FORCE_INLINE const T& btMin(const T& a, const T& b)