Thanks, part of this commit: https://github.com/grame-cncm/faust/commit/2560b69377edf0664a8338b2c75f70032a48f054
Stéphane > Le 22 mars 2023 à 18:34, Oleg Nesterov <[email protected]> a écrit : > > ScopedNoDenormals::setFpStatusRegister() in architecture/faust/dsp/dsp.h > uses undeclared uint32_t. > > Oleg. > > diff --git a/architecture/faust/dsp/dsp.h b/architecture/faust/dsp/dsp.h > index 543d787f3..ff42098dc 100644 > --- a/architecture/faust/dsp/dsp.h > +++ b/architecture/faust/dsp/dsp.h > @@ -27,6 +27,7 @@ > > #include <string> > #include <vector> > +#include <cstdint> > > #include "faust/export.h" > > Stéphane Letz Responsable recherche [email protected] T : +33 (0) 4 72 07 43 12 / 06 41 81 15 69 GRAME - Centre national de création musicale 26 rue Emile Decorps - 69100 Villeurbanne www.grame.fr | facebook | instagram | twitter _______________________________________________ Faudiostream-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/faudiostream-devel
