------------------------------------------------------------ revno: 1901 committer: Bruno Chareyre <bchare...@r1arduina> branch nick: trunk timestamp: Mon 2009-12-14 19:49:06 +0100 message: Add the missing #include AABB modified: pkg/common/RenderingEngine/OpenGLRenderingEngine.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/RenderingEngine/OpenGLRenderingEngine.cpp' --- pkg/common/RenderingEngine/OpenGLRenderingEngine.cpp 2009-12-11 18:10:19 +0000 +++ pkg/common/RenderingEngine/OpenGLRenderingEngine.cpp 2009-12-14 18:49:06 +0000 @@ -5,6 +5,7 @@ #include<yade/lib-opengl/OpenGLWrapper.hpp> #include<yade/lib-opengl/GLUtils.hpp> #include<yade/core/Timing.hpp> +#include<yade/pkg-common/AABB.hpp> #ifdef __APPLE__ # include <OpenGL/glu.h>
_______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

