From: Paul Zander Subject: [PATCH] samples: include and explicitly helpers.h uses std::unique_ptr/std::make_unique and the cudnnHandle_t API but relies on both arriving transitively. Include them directly; is unused. Rebased onto 1.28.0 (upstream added an SPDX header and ). --- a/samples/cpp/utils/helpers.h +++ b/samples/cpp/utils/helpers.h @@ -6,9 +6,10 @@ #pragma once #include -#include +#include #include +#include #include #include