Skip to content

Commit

Permalink
Explicitly include some headers to get defs
Browse files Browse the repository at this point in the history
  • Loading branch information
bgribble committed Feb 25, 2025
1 parent 15ff696 commit 375679d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mfpdsp/builtin_faust.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
#include <string.h>
#include <glib.h>
#include <pthread.h>

#include <stdbool.h>
#include "faust/dsp/libfaust-signal-c.h"
#include "faust/dsp/libfaust-c.h"
#include "faust/dsp/llvm-dsp-c.h"

Expand Down

0 comments on commit 375679d

Please sign in to comment.