Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Jun 29, 2019
1 parent df54e2b commit df6be3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gui/NodeGui.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ CLANG_DIAG_OFF(uninitialized)
#include <QtCore/QRectF>
#include <QtCore/QMutex>
#include <QtCore/QSize>
GCC_ONLY_DIAG_OFF(class-memaccess)
#include <QtCore/QVector>
GCC_ONLY_DIAG_ON(class-memaccess)
#include <QGraphicsItem>
#include <QDialog>
#include <QtCore/QMutex>
Expand Down

0 comments on commit df6be3c

Please sign in to comment.