Skip to content

Commit

Permalink
Fix build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 29, 2017
1 parent 6575a60 commit b2ba450
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/analysis/raster/qgsalignraster.sip
Expand Up @@ -26,7 +26,7 @@ class QgsAlignRaster
%TypeHeaderCode
#include "qgsalignraster.h"

#include <gdal_version.h>"
#include <gdal_version.h>
%End
public:
QgsAlignRaster();
Expand Down
2 changes: 1 addition & 1 deletion src/analysis/raster/qgsalignraster.h
Expand Up @@ -41,7 +41,7 @@ typedef void *GDALDatasetH SIP_SKIP;
class ANALYSIS_EXPORT QgsAlignRaster
{
#ifdef SIP_RUN
#include <gdal_version.h>"
#include <gdal_version.h>
#endif

public:
Expand Down

0 comments on commit b2ba450

Please sign in to comment.