Skip to content

Commit ecc9636

Browse files
committed
fix windows build
1 parent d845f1a commit ecc9636

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/plugins/delimited_text/qgsdelimitedtextplugin.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@
1818
***************************************************************************/
1919
#ifndef PLUGIN
2020
#define PLUGIN
21+
#include <QObject>
22+
2123
#include "../qgisplugin.h"
2224

2325
class QgisInterface;
26+
class QAction;
2427

2528
/**
2629
* \class QgsDelimitedTextPlugin

0 commit comments

Comments
 (0)