Skip to content

Commit a15424f

Browse files
committed
fix thrust solve
1 parent 67240f5 commit a15424f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cpp/src/routing/utilities/check_input.cu

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* clang-format off */
22
/*
3-
* SPDX-FileCopyrightText: Copyright (c) 2021-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3+
* SPDX-FileCopyrightText: Copyright (c) 2021-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66
/* clang-format on */
@@ -17,6 +17,7 @@
1717
#include <thrust/iterator/counting_iterator.h>
1818
#include <thrust/logical.h>
1919
#include <thrust/pair.h>
20+
#include <thrust/tuple.h>
2021
#include <cuda/std/functional>
2122

2223
#include <unordered_set>

0 commit comments

Comments
 (0)