Skip to content

Commit

Permalink
Per #2227, resolve errors in GitHub Actions build
Browse files Browse the repository at this point in the history
  • Loading branch information
Julie Prestopnik committed Oct 3, 2022
1 parent 3877b64 commit d44937f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tools/other/lidar2nc/lidar2nc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// ---- ---- ---- -----------
// 000 03-22-17 Bullock New
// 001 07-06-22 Howard Soh METplus-Internal #19 Rename main to met_main
// 002 09-12-22 Prestopnik MET #2227 Remove namespace std from header files
// 002 09-12-22 Prestopnik MET #2227 Remove namespace std and netCDF from header files
//
////////////////////////////////////////////////////////////////////////

Expand All @@ -43,6 +43,7 @@ using namespace std;
#include <vector>

#include <netcdf>
using namespace netCDF;

#include "hdf.h"
#include "mfhdf.h"
Expand Down

0 comments on commit d44937f

Please sign in to comment.