From 5f77c27fb80a0a70a56570f3974501a527afb320 Mon Sep 17 00:00:00 2001
From: jmackay2 <1.732mackay@gmail.com>
Date: Tue, 2 Jun 2026 06:24:30 -0400
Subject: [PATCH] fix cuda 13.3 errors (#6443)

* fix cuda 13.3 errors

* thrust tuple include

---------

Co-authored-by: jmackay2 <jmackay2>
---
 cuda/common/include/pcl/cuda/thrust.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cuda/common/include/pcl/cuda/thrust.h b/cuda/common/include/pcl/cuda/thrust.h
index ad3efbb5f90..508eabe55b1 100644
--- a/cuda/common/include/pcl/cuda/thrust.h
+++ b/cuda/common/include/pcl/cuda/thrust.h
@@ -45,3 +45,4 @@
 #include <thrust/copy.h>
 #include <thrust/device_ptr.h>
 #include <thrust/sequence.h>
+#include <thrust/tuple.h>
\ No newline at end of file
