mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-01 13:37:55 +08:00
68fc55c971
* update * update * update * Update portfile.cmake * update * Revert "update" This reverts commit 103cc600cfee1c20544db11459811e1edffbc98e. * 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>
|