Skip to content

Commit

Permalink
fix #990 compile error: undeclared identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Jun 4, 2024
1 parent d4bdbcc commit dc15d1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/rubberband/filter_rbpitch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@
#include <rubberband/RubberBandStretcher.h>

#include <algorithm>
#include <cmath>
#include <cstdlib>
#include <cstring>
#include <math.h>

using namespace RubberBand;

Expand Down

0 comments on commit dc15d1d

Please sign in to comment.