vcpkg/ports/gdal/0004-Fix-cfitsio.patch
Long Huan 68fc55c971
[gdal] Update to 3.2.2 (#15292)
* 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>
2021-04-19 13:53:29 -07:00

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>