Skip to content

Commit 5b39029

Browse files
committed
netCDF: fix potential linking issue in -DGDAL_REGISTER_DRIVER_NETCDF_FOR_LATER_PLUGIN=ON mode
Fixes #13410
1 parent 5a43089 commit 5b39029

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frmts/netcdf/netcdfdrivercore.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
#include "ogrsf_frmts.h"
1414
#include "gdal_priv.h"
15+
16+
#include "gdal_frmts.h"
1517
#include "gdalplugindriverproxy.h"
1618
#include "gdalsubdatasetinfo.h"
1719

0 commit comments

Comments
 (0)