mirror of https://github.com/CGAL/cgal
Add includes to constraint.h
This commit is contained in:
parent
a3f84409cd
commit
5f9d01c37a
|
|
@ -16,6 +16,7 @@
|
|||
#include <QOpenGLShaderProgram>
|
||||
#include <QMouseEvent>
|
||||
#include <CGAL/Three/Viewer_interface.h>
|
||||
#include <CGAL/Qt/constraint.h>
|
||||
#include <CGAL/Qt/debug.h>
|
||||
|
||||
using namespace CGAL::Three;
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
#include <QApplication>
|
||||
#include <CGAL/Three/Viewer_interface.h>
|
||||
#include <CGAL/Qt/manipulatedFrame.h>
|
||||
#include <CGAL/Qt/constraint.h>
|
||||
#include <QMouseEvent>
|
||||
#include <QOpenGLFramebufferObject>
|
||||
#include <QOpenGLShaderProgram>
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
#include "Scene_edit_polyhedron_item.h"
|
||||
#include "Scene_spheres_item.h"
|
||||
#include <CGAL/Three/Viewer_interface.h>
|
||||
#include <CGAL/Qt/constraint.h>
|
||||
#include <boost/foreach.hpp>
|
||||
#include <algorithm>
|
||||
#include <QTime>
|
||||
|
|
|
|||
Loading…
Reference in New Issue