aboutsummaryrefslogtreecommitdiffstats
path: root/test/rigid_body_test.cpp
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-06-06 14:42:46 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-06-06 14:42:46 +0100
commitd259d97d283bdf1d3b3d15916073c283ca2283e7 (patch)
tree1b618665a989237bb19ebc242342cf63512ddc3a /test/rigid_body_test.cpp
parentd5b26e1a9428f7dd951dbf8ea08a5035620fa2e5 (diff)
downloadYAGE-d259d97d283bdf1d3b3d15916073c283ca2283e7.tar.gz
YAGE-d259d97d283bdf1d3b3d15916073c283ca2283e7.zip
Need to fix Matrix to be assignable
Diffstat (limited to 'test/rigid_body_test.cpp')
-rw-r--r--test/rigid_body_test.cpp2
1 files changed, 1 insertions, 1 deletions
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 <iostream>