mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-17 22:52:40 +01:00
13 lines
287 B
Diff
13 lines
287 B
Diff
diff --git a/architecture/faust/dsp/dsp.h b/architecture/faust/dsp/dsp.h
|
|
index 543d787..cb2dcd2 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>
|
|
|