Fix Qt includes in plugin

This commit is contained in:
Simon Giraudot 2018-12-18 10:15:14 +01:00
parent 847a6d8a8f
commit 29ce1dd40b
2 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,8 @@
#include <CGAL/Three/Scene_item.h>
#include <QComboBox>
#include <QLineEdit>
#include <QSpinBox>
#include <QMultipleInputDialog.h>
#include <CGAL/Classification/Feature_set.h>

View File

@ -11,8 +11,6 @@
#include <CGAL/Three/Viewer_interface.h>
#include <QLineEdit>
#include <set>
#include <stack>
#include <algorithm>