From d259d97d283bdf1d3b3d15916073c283ca2283e7 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 6 Jun 2017 14:42:46 +0100 Subject: Need to fix Matrix to be assignable --- test/rigid_body_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/rigid_body_test.cpp') diff --git a/test/rigid_body_test.cpp b/test/rigid_body_test.cpp index 57ba1162..c5683697 100644 --- a/test/rigid_body_test.cpp +++ b/test/rigid_body_test.cpp @@ -1,4 +1,4 @@ -#include "particlebody.hpp" +#include "Physics/particlebody.hpp" #include -- cgit