diff options
Diffstat (limited to 'servers/physics/joints/jacobian_entry_sw.h')
-rw-r--r-- | servers/physics/joints/jacobian_entry_sw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/servers/physics/joints/jacobian_entry_sw.h b/servers/physics/joints/jacobian_entry_sw.h index 42c90c9ae9..4bc1255a9a 100644 --- a/servers/physics/joints/jacobian_entry_sw.h +++ b/servers/physics/joints/jacobian_entry_sw.h @@ -50,7 +50,7 @@ subject to the following restrictions: 3. This notice may not be removed or altered from any source distribution. */ -#include "transform.h" +#include "core/math/transform.h" class JacobianEntrySW { public: |