blob: 84d88134b8094426ddc424e0667c4732ad6e1f3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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>
|