Skip to content

Commit

Permalink
missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
alemuntoni committed May 26, 2020
1 parent 215ee44 commit c57222e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/meshlab/glarea.cpp
Expand Up @@ -34,6 +34,7 @@
#include <QFileDialog>
#include <QClipboard>
#include <QLocale>
#include <QPainterPath>

#include <wrap/gl/picking.h>
#include <wrap/qt/trackball.h>
Expand Down
1 change: 1 addition & 0 deletions src/meshlab/meshlab.pro
@@ -1,5 +1,6 @@
include (../general.pri)

QT += gui
QT += opengl
QT += xml
QT += xmlpatterns
Expand Down

0 comments on commit c57222e

Please sign in to comment.