mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-05 04:47:14 +02:00
24 lines
591 B
Diff
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>
|