← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 3833: Fix compilation with libqglviewer>=2.5.1

 

------------------------------------------------------------
revno: 3833
committer: Anton Gladky <gladk@xxxxxxxxxx>
timestamp: Fri 2014-03-07 21:39:22 +0100
message:
  Fix compilation with libqglviewer>=2.5.1
modified:
  gui/qt4/GLViewer.cpp


--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk

Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'gui/qt4/GLViewer.cpp'
--- gui/qt4/GLViewer.cpp	2014-02-16 14:03:41 +0000
+++ gui/qt4/GLViewer.cpp	2014-03-07 20:39:22 +0000
@@ -25,8 +25,7 @@
 #include<boost/algorithm/string/case_conv.hpp>
 #include<yade/lib/serialization/ObjectIO.hpp>
 #include<yade/lib/pyutil/gil.hpp>
-
-
+#include<QGLViewer/manipulatedFrame.h>
 #include<QtGui/qevent.h>
 
 using namespace boost;