yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #04393
[Branch ~yade-dev/yade/trunk] Rev 2225: 1. Forgotten Scene #include in StepDisplacer, sorry.
------------------------------------------------------------
revno: 2225
fixes bug(s): https://launchpad.net/bugs/580410
committer: Václav Šmilauer <eudoxos@xxxxxxxx>
branch nick: trunk
timestamp: Fri 2010-05-14 12:04:59 +0200
message:
1. Forgotten Scene #include in StepDisplacer, sorry.
modified:
pkg/common/Engine/PartialEngine/StepDisplacer.cpp
--
lp:yade
https://code.launchpad.net/~yade-dev/yade/trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription
=== modified file 'pkg/common/Engine/PartialEngine/StepDisplacer.cpp'
--- pkg/common/Engine/PartialEngine/StepDisplacer.cpp 2010-05-13 20:19:38 +0000
+++ pkg/common/Engine/PartialEngine/StepDisplacer.cpp 2010-05-14 10:04:59 +0000
@@ -1,6 +1,7 @@
// 2008 © Václav Šmilauer <eudoxos@xxxxxxxx>
#include"StepDisplacer.hpp"
#include<yade/core/State.hpp>
+#include<yade/core/Scene.hpp>
CREATE_LOGGER(StepDisplacer);
YADE_PLUGIN((StepDisplacer));