early-access version 2853
This commit is contained in:
13
externals/vcpkg/ports/gdal/0004-Fix-cfitsio.patch
vendored
Executable file
13
externals/vcpkg/ports/gdal/0004-Fix-cfitsio.patch
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
diff --git a/gdal/frmts/fits/fitsdataset.cpp b/gdal/frmts/fits/fitsdataset.cpp
|
||||
index d6587d3..f913b08 100644
|
||||
--- a/gdal/frmts/fits/fitsdataset.cpp
|
||||
+++ b/gdal/frmts/fits/fitsdataset.cpp
|
||||
@@ -38,7 +38,7 @@
|
||||
#include "ogrsf_frmts.h"
|
||||
|
||||
#include <string.h>
|
||||
-#include <fitsio.h>
|
||||
+#include <cfitsio/fitsio.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <string>
|
||||
Reference in New Issue
Block a user