From fd49e0891e7f61b24e6b064da48167ee04e2efd2 Mon Sep 17 00:00:00 2001 From: Andre Offringa <offringa@astron.nl> Date: Tue, 1 Aug 2023 15:14:18 +0000 Subject: [PATCH] Fix compilation on newer compilers --- cpp/utils/compressed_mask_data.h | 1 + external/aocommon | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cpp/utils/compressed_mask_data.h b/cpp/utils/compressed_mask_data.h index 493dade2..5be53f6a 100644 --- a/cpp/utils/compressed_mask_data.h +++ b/cpp/utils/compressed_mask_data.h @@ -5,6 +5,7 @@ #include <algorithm> #include <cassert> +#include <cstdint> #include <string> #include <vector> diff --git a/external/aocommon b/external/aocommon index c9b57adb..31653489 160000 --- a/external/aocommon +++ b/external/aocommon @@ -1 +1 @@ -Subproject commit c9b57adbb537a94a5dd5501697a31fa6bbb26aee +Subproject commit 31653489a8881cb3d3d21f487a2e6d3cca33c028 -- GitLab