Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix OSX build
  • Loading branch information
gregnzice authored and nyalldawson committed Jul 29, 2018
1 parent 1d28bbe commit 2ae6b72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgscodeeditorhtml.cpp
Expand Up @@ -19,6 +19,7 @@
#include <QWidget>
#include <QString>
#include <QFont>
#include <QLabel>
#include <Qsci/qscilexerhtml.h>


Expand Down
1 change: 1 addition & 0 deletions src/gui/qgscodeeditorpython.cpp
Expand Up @@ -24,6 +24,7 @@
#include <QMessageBox>
#include <QTextStream>
#include <Qsci/qscilexerpython.h>
#include <Qsci/qsciapis.h>

QgsCodeEditorPython::QgsCodeEditorPython( QWidget *parent, const QList<QString> &filenames )
: QgsCodeEditor( parent )
Expand Down
1 change: 1 addition & 0 deletions src/gui/qgscodeeditorsql.cpp
Expand Up @@ -20,6 +20,7 @@
#include <QString>
#include <QFont>
#include <QLabel>
#include <Qsci/qscilexersql.h>


QgsCodeEditorSQL::QgsCodeEditorSQL( QWidget *parent )
Expand Down

0 comments on commit 2ae6b72

Please sign in to comment.