From 7538be4a149c2911f1affa49489f04bf9f39022a Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Tue, 13 Dec 2022 19:01:29 +0000 Subject: [PATCH] Add missing (&(*this)(r0, c0)); | ^~~~~~~~ /build/gdal/frmts/mrf/LERCV1/Lerc1Image.cpp:29:1: note: 'uint32_t' is defined in header ''; did you forget to '#include '? 28 | #include +++ |+#include --- frmts/mrf/LERCV1/Lerc1Image.cpp | 1 + ogr/ogrsf_frmts/openfilegdb/filegdbindex_write.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/frmts/mrf/LERCV1/Lerc1Image.cpp b/frmts/mrf/LERCV1/Lerc1Image.cpp index 8859db6da98f..7f72ad8a3513 100644 --- a/frmts/mrf/LERCV1/Lerc1Image.cpp +++ b/frmts/mrf/LERCV1/Lerc1Image.cpp @@ -22,6 +22,7 @@ Contributors: Thomas Maurer */ #include "Lerc1Image.h" +#include #include #include #include diff --git a/ogr/ogrsf_frmts/openfilegdb/filegdbindex_write.cpp b/ogr/ogrsf_frmts/openfilegdb/filegdbindex_write.cpp index a66e3824cd4a..2ede655f4ee5 100644 --- a/ogr/ogrsf_frmts/openfilegdb/filegdbindex_write.cpp +++ b/ogr/ogrsf_frmts/openfilegdb/filegdbindex_write.cpp @@ -32,6 +32,7 @@ #include "filegdbtable_priv.h" #include +#include #include #include