Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed compilation error with CSLCount not being declared.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10585 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Apr 17, 2009
1 parent 696683d commit afdb051
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/oracle_raster/qgsselectgeoraster_ui.cpp
Expand Up @@ -22,6 +22,8 @@
#include "gdal.h"
#include "ogr_api.h"
#include "ogrsf_frmts.h"
#include <cpl_string.h>

#include "qgsvectorlayer.h"

QgsOracleSelectGeoraster::QgsOracleSelectGeoraster( QWidget* parent,
Expand Down

0 comments on commit afdb051

Please sign in to comment.