summaryrefslogtreecommitdiffstats
path: root/src/ReedSolomon.cpp
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2024-03-23 20:15:30 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2024-03-23 20:15:30 +0100
commitb9452ebc1e32c83fdc4ffd5d2feb4617a6470c11 (patch)
treec1ad3b9ce8b1db32779c0230e8116cec256a10e3 /src/ReedSolomon.cpp
parenta8cc30be9589280d9bde3ddaf676610c9b12af2a (diff)
downloaddabmux-b9452ebc1e32c83fdc4ffd5d2feb4617a6470c11.tar.gz
dabmux-b9452ebc1e32c83fdc4ffd5d2feb4617a6470c11.tar.bz2
dabmux-b9452ebc1e32c83fdc4ffd5d2feb4617a6470c11.zip
Get to compile again
Diffstat (limited to 'src/ReedSolomon.cpp')
-rw-r--r--src/ReedSolomon.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ReedSolomon.cpp b/src/ReedSolomon.cpp
index 38d8ea8..9428e4b 100644
--- a/src/ReedSolomon.cpp
+++ b/src/ReedSolomon.cpp
@@ -31,6 +31,7 @@
#include <sstream>
#include <stdio.h> // For galois.h ...
#include <string.h> // For memcpy
+#include <cstdint>
extern "C" {
#include "fec/fec.h"