Skip to content

Commit ca25d32

Browse files
vermaeterobwoolley
authored andcommitted
zstd-image-transport: Backport missing cstdint patch
Signed-off-by: Jan Vermaete <[email protected]> Signed-off-by: Rob Woolley <[email protected]>
1 parent 680c26d commit ca25d32

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Upstream-Status: Backport [https://github.com/ros-perception/image_transport_plugins/commit/e073dbc7b4f8d7e494758a5b72d95af9b06e7fdb]
2+
3+
Signed-off-by: Rob Woolley <[email protected]>
4+
5+
From e073dbc7b4f8d7e494758a5b72d95af9b06e7fdb Mon Sep 17 00:00:00 2001
6+
From: Jan Vermaete <[email protected]>
7+
Date: Tue, 10 Jun 2025 11:58:27 +0200
8+
Subject: [PATCH] Adding the include of cstdint (#189)
9+
10+
Signed-off-by: Jan Vermaete <[email protected]>
11+
---
12+
zstd_image_transport/src/zlib_cpp.hpp | 1 +
13+
1 file changed, 1 insertion(+)
14+
15+
diff --git a/zstd_image_transport/src/zlib_cpp.hpp b/zstd_image_transport/src/zlib_cpp.hpp
16+
index 7925b443..8cc574af 100644
17+
--- a/src/zlib_cpp.hpp
18+
+++ b/src/zlib_cpp.hpp
19+
@@ -35,6 +35,7 @@
20+
21+
#include <zlib.h>
22+
23+
+#include <cstdint>
24+
#include <list>
25+
#include <memory>
26+
#include <tuple>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1+
# Copyright (c) 2025 Wind River Systems, Inc.
2+
13
LICENSE = "BSD-3-Clause"
4+
5+
FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:"
6+
SRC_URI += "file://adding-the-include-of-cstdint.patch"

0 commit comments

Comments
 (0)