Skip to content

Commit

Permalink
Add missing include to build with Qt 5.15 (fhackenberger#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeule authored Jun 16, 2020
1 parent 28a5348 commit ebe4dfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/tikzeditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
#include <QtWidgets/QApplication>
#include <QtWidgets/QCompleter>
#include <QtWidgets/QScrollBar>
#include <QtGui/QPainterPath>
#include <QtCore/QStringListModel>
#else
#include <QtGui/QAbstractItemView>
Expand Down

0 comments on commit ebe4dfb

Please sign in to comment.