aports/testing/faust/gcc13.patch
psykose 38f7e2da16 testing/faust: upgrade to 2.60.3
also removes libfaust.a as it's huge and also doesn't build anymore
2023-06-25 12:40:24 +02:00

24 lines
591 B
Diff

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 <cstdint>
#include <string>
#include <vector>
#include <cstdint>
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 <string.h>
+#include <cstdint>
#include <fstream>
#include <iostream>
#include <list>