mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 06:38:59 +08:00
e10f7850fe
* Update gdal to 3.3.2, switch to github * Don't use absl::string_view * Update versions * [skip actions] CI * Mingw needs json-c * Update versions
14 lines
345 B
Diff
14 lines
345 B
Diff
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>
|