From 04a9cae2efb1aa9c0a0cea027ae5820c96ff03e1 Mon Sep 17 00:00:00 2001 From: Roland Coeurjoly Date: Thu, 4 Jul 2024 19:21:38 +0200 Subject: [PATCH] include algorithm, needed for std::reverse --- backends/functional/cxx_runtime/sim.h | 1 + 1 file changed, 1 insertion(+) diff --git a/backends/functional/cxx_runtime/sim.h b/backends/functional/cxx_runtime/sim.h index 040c6aefce8..950d4c5e10b 100644 --- a/backends/functional/cxx_runtime/sim.h +++ b/backends/functional/cxx_runtime/sim.h @@ -24,6 +24,7 @@ #include #include #include +#include template class Signal {