From 57af68af96b534d32abbc636c0bc6f225a1f09a1 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 040c6aefc..950d4c5e1 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 {