Skip to content
Snippets Groups Projects

fixes the include order, to avoid undef of Opengl functions from qt

Merged Martin Schultz requested to merge fixIncludeOrder into master
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
@@ -46,14 +46,14 @@
* $Date$ *
* *
\*===========================================================================*/
#include <ACG/GL/acg_glew.hh>
#include "QtWidgetNode.hh"
#include <QGLWidget>
#include <ACG/GL/acg_glew.hh>
#include <ACG/Geometry/Types/PlaneT.hh>
#include <QApplication>
#include <QGLWidget>
//== NAMESPACES ===============================================================
Loading