Skip to content

Commit

Permalink
fix compilation with Coq 8.15
Browse files Browse the repository at this point in the history
  • Loading branch information
affeldt-aist committed Feb 14, 2022
1 parent 1c784df commit 3eb1a83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ecc_modern/ldpc_algo.v
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(* infotheo: information theory and error-correcting codes in Coq *)
(* Copyright (C) 2020 infotheo authors, license: LGPL-2.1-or-later *)
Require Import Wf Recdef Reals.
Require Import Init.Wf Recdef Reals.
From mathcomp Require Import all_ssreflect perm zmodp matrix ssralg.
From mathcomp Require Import Rstruct.
Require Import ssrR Reals_ext Rbigop f2 subgraph_partition tanner.
Expand Down
2 changes: 1 addition & 1 deletion ecc_modern/ldpc_algo_proof.v
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(* infotheo: information theory and error-correcting codes in Coq *)
(* Copyright (C) 2020 infotheo authors, license: LGPL-2.1-or-later *)
Require Import Wf_nat Wf Recdef Reals.
Require Import Wf_nat Init.Wf Recdef Reals.
From mathcomp Require Import all_ssreflect perm zmodp matrix ssralg.
From mathcomp Require Import Rstruct.
Require Import ssrR Reals_ext ssr_ext ssralg_ext bigop_ext Rbigop f2.
Expand Down

0 comments on commit 3eb1a83

Please sign in to comment.