← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-dev/yade/trunk] Rev 1901: Add the missing #include AABB

 

------------------------------------------------------------
revno: 1901
committer: Bruno Chareyre <bchareyre@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>