Skip to content

Commit d6e43ef

Browse files
committedJan 4, 2018
oracle provider: adapt to ab05bfb
1 parent e271b64 commit d6e43ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/providers/oracle/qgsoracleconn.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#include <QDateTime>
2929

3030
#include "qgis.h"
31+
#include "qgslogger.h"
3132
#include "qgsdatasourceuri.h"
3233

3334
#include <QSqlDatabase>
@@ -78,7 +79,7 @@ struct QgsOracleLayerProperty
7879
return property;
7980
}
8081

81-
#if QGISDEBUG
82+
#ifdef QGISDEBUG
8283
QString toString() const
8384
{
8485
QString typeString;

0 commit comments

Comments
 (0)
Please sign in to comment.