mirror of https://github.com/CGAL/cgal
Fix Qt includes in plugin
This commit is contained in:
parent
847a6d8a8f
commit
29ce1dd40b
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -11,8 +11,6 @@
|
|||
|
||||
#include <CGAL/Three/Viewer_interface.h>
|
||||
|
||||
#include <QLineEdit>
|
||||
|
||||
#include <set>
|
||||
#include <stack>
|
||||
#include <algorithm>
|
||||
|
|
|
|||
Loading…
Reference in New Issue