mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 06:19:01 +08:00
68fc55c971
* update
* update
* update
* Update portfile.cmake
* update
* Revert "update"
This reverts commit 103cc600cf
.
* update
* Update portfile.cmake
* update
* update
* update
* update
* update
* update
* update
* fix linux build
* fix linux libxml2 error
* Update gdal.json
* Update ports/gdal/vcpkg.json
* update version record
* update gdal to 3.2.2
* update version
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
14 lines
329 B
Diff
14 lines
329 B
Diff
diff --git a/frmts/fits/fitsdataset.cpp b/frmts/fits/fitsdataset.cpp
|
|
index c3f4a4e1f..eb29a92b1 100644
|
|
--- a/frmts/fits/fitsdataset.cpp
|
|
+++ b/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>
|