Skip to content

Commit

Permalink
LIB: add missing include for std::array
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Westerfeld <[email protected]>
  • Loading branch information
swesterfeld committed Oct 6, 2023
1 parent 59dd535 commit 86c6a02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/smpolyphaseinter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#include "smpolyphaseinter.hh"
#include "smmath.hh"

#include <array>

#include <math.h>

using namespace SpectMorph;
Expand Down

0 comments on commit 86c6a02

Please sign in to comment.