Skip to content

Commit

Permalink
rnnoise: fixing a regression introduced by a previous refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmm committed Mar 26, 2024
1 parent 71536c6 commit bafe233
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rnnoise.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
#include <gio/gio.h>
#include <glib-object.h>
#include <glib.h>
#ifdef ENABLE_RNNOISE
#include <rnnoise.h>
#endif
#include <sys/types.h>
#include <algorithm>
#include <cmath>
Expand Down

0 comments on commit bafe233

Please sign in to comment.