summaryrefslogtreecommitdiff
path: root/theories/NArith/NArith.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/NArith/NArith.v')
-rw-r--r--theories/NArith/NArith.v4
1 files changed, 3 insertions, 1 deletions
diff --git a/theories/NArith/NArith.v b/theories/NArith/NArith.v
index 019ef5f7..6ece00d7 100644
--- a/theories/NArith/NArith.v
+++ b/theories/NArith/NArith.v
@@ -6,11 +6,13 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(* $Id: NArith.v 9210 2006-10-05 10:12:15Z barras $ *)
+(* $Id: NArith.v 10751 2008-04-04 10:23:35Z herbelin $ *)
(** Library for binary natural numbers *)
Require Export BinPos.
Require Export BinNat.
+Require Export Nnat.
+Require Export Ndigits.
Require Export NArithRing.