We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 915808d commit 0e7b60eCopy full SHA for 0e7b60e
src/analysis/raster/qgsninecellfilter.cpp
@@ -18,6 +18,7 @@
18
#include "qgsninecellfilter.h"
19
#include "cpl_string.h"
20
#include <QProgressDialog>
21
+#include <QFile>
22
23
#if defined(GDAL_VERSION_NUM) && GDAL_VERSION_NUM >= 1800
24
#define TO8F(x) (x).toUtf8().constData()
0 commit comments