From 3bdeec4cec73210583454e4a8333d68ad6f34f54 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 12 Aug 2023 15:35:30 +0200 Subject: Update common code --- lib/ReedSolomon.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/ReedSolomon.cpp') diff --git a/lib/ReedSolomon.cpp b/lib/ReedSolomon.cpp index 1bf0b24..38b3b22 100644 --- a/lib/ReedSolomon.cpp +++ b/lib/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