summarylogtreecommitdiffstats
path: root/faust_add_include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'faust_add_include.patch')
-rw-r--r--faust_add_include.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/faust_add_include.patch b/faust_add_include.patch
new file mode 100644
index 000000000000..d23989c2243d
--- /dev/null
+++ b/faust_add_include.patch
@@ -0,0 +1,10 @@
+--- architecture/faust/gui/JSONUI.h~ 2020-12-23 21:09:06.000000000 +0000
++++ architecture/faust/gui/JSONUI.h 2021-05-17 21:03:09.597254660 +0100
+@@ -32,6 +32,7 @@
+ #include <iomanip>
+ #include <sstream>
+ #include <algorithm>
++#include <limits>
+
+ #include "faust/gui/UI.h"
+ #include "faust/gui/PathBuilder.h"