Add includes to constraint.h

This commit is contained in:
Maxime Gimeno 2018-05-17 10:38:35 +02:00
parent a3f84409cd
commit 5f9d01c37a
3 changed files with 3 additions and 0 deletions

View File

@ -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;

View File

@ -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>

View File

@ -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>