mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-05-01 05:08:10 -07:00
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/38270 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
19 lines
434 B
Diff
19 lines
434 B
Diff
From: Paul Zander <negril.nx+gentoo@gmail.com>
|
|
Date: Wed, 21 Aug 2024 20:19:25 +0200
|
|
Subject: [PATCH] include algorithm
|
|
|
|
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
|
|
|
|
--- a/internal/ceres/cuda_streamed_buffer.h
|
|
+++ b/internal/ceres/cuda_streamed_buffer.h
|
|
@@ -34,6 +34,9 @@
|
|
#include "ceres/internal/config.h"
|
|
|
|
#ifndef CERES_NO_CUDA
|
|
+
|
|
+#include <algorithm>
|
|
+
|
|
#include "ceres/cuda_buffer.h"
|
|
|
|
namespace ceres::internal {
|