diff options
Diffstat (limited to 'src/ReedSolomon.cpp')
-rw-r--r-- | src/ReedSolomon.cpp | 1 |
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" |