Skip to content

Commit

Permalink
Fix windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 9, 2020
1 parent d18dc42 commit cb01e4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgsdatabaseschemacombobox.cpp
Expand Up @@ -15,6 +15,7 @@

#include "qgsdatabaseschemacombobox.h"
#include "qgsdatabaseschemamodel.h"
#include "qgsabstractdatabaseproviderconnection.h"
#include "qgsapplication.h"
#include <QHBoxLayout>
#include <QToolButton>
Expand Down
1 change: 1 addition & 0 deletions src/gui/qgsdatabasetablecombobox.cpp
Expand Up @@ -16,6 +16,7 @@
#include "qgsdatabasetablecombobox.h"
#include "qgsdatabasetablemodel.h"
#include "qgsapplication.h"
#include "qgsabstractdatabaseproviderconnection.h"
#include <QHBoxLayout>
#include <QToolButton>

Expand Down

0 comments on commit cb01e4e

Please sign in to comment.