1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 03:09:51 +03:00
aports/testing/rtl-power-fftw/missing-cstdint.patch

12 lines
261 B
Diff

diff --git a/src/params.cxx b/src/params.cxx
index fcf521f..4d0de69 100644
--- a/src/params.cxx
+++ b/src/params.cxx
@@ -21,6 +21,7 @@
#include <list>
#include <math.h>
#include <string>
+#include <cstdint>
#include <tclap/CmdLine.h>
#include "params.h"