From 625237a4872d0a4ceeac09641b709bd021e94214 Mon Sep 17 00:00:00 2001 From: Thorsten Hater <24411438+thorstenhater@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:41:29 +0200 Subject: [PATCH] Add iostream to forest (#2423) Tiny oversight. --- arbor/backends/gpu/forest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/arbor/backends/gpu/forest.cpp b/arbor/backends/gpu/forest.cpp index cc146af023..ec3c30e68b 100644 --- a/arbor/backends/gpu/forest.cpp +++ b/arbor/backends/gpu/forest.cpp @@ -1,5 +1,6 @@ #include "backends/gpu/forest.hpp" #include "util/span.hpp" +#include namespace arb { namespace gpu {