Skip to content

Commit

Permalink
oracle provider: adapt to ab05bfb
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jan 4, 2018
1 parent e271b64 commit d6e43ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/providers/oracle/qgsoracleconn.h
Expand Up @@ -28,6 +28,7 @@
#include <QDateTime>

#include "qgis.h"
#include "qgslogger.h"
#include "qgsdatasourceuri.h"

#include <QSqlDatabase>
Expand Down Expand Up @@ -78,7 +79,7 @@ struct QgsOracleLayerProperty
return property;
}

#if QGISDEBUG
#ifdef QGISDEBUG
QString toString() const
{
QString typeString;
Expand Down

0 comments on commit d6e43ef

Please sign in to comment.