From fd4630d62ceb253df845142b12ab8a3856bf4db7 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 8 Aug 2023 17:33:10 +0200 Subject: Add missing include in ReedSolomon --- contrib/ReedSolomon.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/ReedSolomon.cpp') diff --git a/contrib/ReedSolomon.cpp b/contrib/ReedSolomon.cpp index 1bf0b24..38b3b22 100644 --- a/contrib/ReedSolomon.cpp +++ b/contrib/ReedSolomon.cpp @@ -29,8 +29,8 @@ #include #include #include -#include // For galois.h ... -#include // For memcpy +#include +#include // For memcpy extern "C" { #include "fec/fec.h" -- cgit v1.2.3