Skip to content

Commit

Permalink
include algorithm, needed for std::reverse
Browse files Browse the repository at this point in the history
  • Loading branch information
RCoeurjoly committed Jul 4, 2024
1 parent 07895b0 commit 04a9cae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backends/functional/cxx_runtime/sim.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <cassert>
#include <string>
#include <iostream>
#include <algorithm>

template<size_t n>
class Signal {
Expand Down

0 comments on commit 04a9cae

Please sign in to comment.