make gnu compiler happy

This commit is contained in:
Ahmet Inan 2024-02-21 07:54:44 +01:00
commit 019adfa609
5 changed files with 6 additions and 2 deletions

View file

@ -4,6 +4,7 @@ Test for the Bose Chaudhuri Hocquenghem Encoder
Copyright 2018 Ahmet Inan <inan@aicodix.de>
*/
#include <cstdint>
#include <cassert>
#include <iostream>
#include "bitman.hh"

View file

@ -4,6 +4,7 @@ Test for the Cyclic redundancy check
Copyright 2018 Ahmet Inan <inan@aicodix.de>
*/
#include <cstdint>
#include <cassert>
#include <iostream>
#include <bitset>

View file

@ -4,6 +4,7 @@ Test for the Galois field arithmetic
Copyright 2018 Ahmet Inan <inan@aicodix.de>
*/
#include <cstdint>
#include <cassert>
#include <iostream>
#include "galois_field.hh"

View file

@ -4,6 +4,7 @@ Test for the Reed Solomon Encoder
Copyright 2018 Ahmet Inan <inan@aicodix.de>
*/
#include <cstdint>
#include <cassert>
#include <iostream>
#include "galois_field.hh"