diff --git a/architecture/faust/dsp/dsp.h b/architecture/faust/dsp/dsp.h index efa6fa1..ed38c22 100644 --- a/architecture/faust/dsp/dsp.h +++ b/architecture/faust/dsp/dsp.h @@ -25,6 +25,7 @@ #ifndef __dsp__ #define __dsp__ +#include #include #include #include diff --git a/compiler/generator/Text.hh b/compiler/generator/Text.hh index d8ea070..0ffe6b0 100644 --- a/compiler/generator/Text.hh +++ b/compiler/generator/Text.hh @@ -24,6 +24,7 @@ #include +#include #include #include #include