From 16e8d2b7e8ea7bd327aa9d4a1101310f0fb3f905 Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 27 Feb 2024 09:48:51 -0700 Subject: [PATCH] Fix packetstream_tags Build On gnu++14 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - error: ‘uint32_t’ does not name a type in packetstream_tags.h --- .../pango_packetstream/include/pangolin/log/packetstream_tags.h | 1 + 1 file changed, 1 insertion(+) diff --git a/components/pango_packetstream/include/pangolin/log/packetstream_tags.h b/components/pango_packetstream/include/pangolin/log/packetstream_tags.h index 2adbd2999..908b85bf0 100644 --- a/components/pango_packetstream/include/pangolin/log/packetstream_tags.h +++ b/components/pango_packetstream/include/pangolin/log/packetstream_tags.h @@ -2,6 +2,7 @@ #include #include +#include namespace pangolin {