mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-18 08:02:08 +00:00
Closes: https://bugs.gentoo.org/942749 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
12 lines
342 B
Diff
12 lines
342 B
Diff
diff --git a/src/svxlink/trx/DtmfDecoderTest.cpp b/src/svxlink/trx/DtmfDecoderTest.cpp
|
|
index 7c298d5..7fe9242 100644
|
|
--- a/src/svxlink/trx/DtmfDecoderTest.cpp
|
|
+++ b/src/svxlink/trx/DtmfDecoderTest.cpp
|
|
@@ -2,6 +2,7 @@
|
|
#include <string>
|
|
#include <fstream>
|
|
#include <cstdlib>
|
|
+#include <cstdint>
|
|
#include <cmath>
|
|
|
|
#include <AsyncConfig.h>
|