Skip to content

Commit

Permalink
Add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
stellar-aria committed Jan 13, 2025
1 parent 3f1b34e commit 48ebb9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/deluge/dsp/compressor/rms_feedback.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include "dsp/filter/ladder_components.h"
#include "dsp/stereo_sample.h"
#include <cmath>
#include <span>

class [[gnu::hot]] RMSFeedbackCompressor {
public:
Expand Down

0 comments on commit 48ebb9f

Please sign in to comment.