Skip to content

Commit 33a90b1

Browse files
author
wonder
committed
Fixed compilation error with CSLCount not being declared.
git-svn-id: http://svn.osgeo.org/qgis/trunk@10585 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1e73429 commit 33a90b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/plugins/oracle_raster/qgsselectgeoraster_ui.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
#include "gdal.h"
2323
#include "ogr_api.h"
2424
#include "ogrsf_frmts.h"
25+
#include <cpl_string.h>
26+
2527
#include "qgsvectorlayer.h"
2628

2729
QgsOracleSelectGeoraster::QgsOracleSelectGeoraster( QWidget* parent,

0 commit comments

Comments
 (0)