Skip to content

Commit afdb051

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/plugins/oracle_raster/qgsselectgeoraster_ui.cpp

Lines changed: 2 additions & 0 deletions
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)