← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-dev/yade/trunk] Rev 2390: Fix compillation error

 

------------------------------------------------------------
revno: 2390
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
branch nick: trunk
timestamp: Sun 2010-08-01 14:59:33 +0300
message:
  Fix compillation error
modified:
  pkg/common/Engine/Dispatcher/Dispatching.hpp


--
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/Dispatcher/Dispatching.hpp'
--- pkg/common/Engine/Dispatcher/Dispatching.hpp	2010-07-27 12:37:10 +0000
+++ pkg/common/Engine/Dispatcher/Dispatching.hpp	2010-08-01 11:59:33 +0000
@@ -9,6 +9,7 @@
 #include<yade/core/InteractionPhysics.hpp>
 #include<yade/core/Functor.hpp>
 #include<yade/core/Dispatcher.hpp>
+#include<yade/pkg-common/Aabb.hpp>
 
 class VelocityBins;