aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authornotin2006-09-26 13:47:30 +0000
committernotin2006-09-26 13:47:30 +0000
commit1a1a2a912957cdbb4f2026a204f1b808da811343 (patch)
tree8851c60e926c4e377f8f17f11edefdaf83bee254 /contrib
parent4aec8fda1161953cf929b4e282eea9b672ab4058 (diff)
Compilation newring
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9180 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ring/LegacyZArithRing.v1
-rw-r--r--contrib/setoid_ring/NArithRing.v2
2 files changed, 3 insertions, 0 deletions
diff --git a/contrib/ring/LegacyZArithRing.v b/contrib/ring/LegacyZArithRing.v
index 075431827c..9669d4f86d 100644
--- a/contrib/ring/LegacyZArithRing.v
+++ b/contrib/ring/LegacyZArithRing.v
@@ -13,6 +13,7 @@
Require Export ArithRing.
Require Export ZArith_base.
Require Import Eqdep_dec.
+Require Import LegacyRing.
Unboxed Definition Zeq (x y:Z) :=
match (x ?= y)%Z with
diff --git a/contrib/setoid_ring/NArithRing.v b/contrib/setoid_ring/NArithRing.v
index e322d9e21f..abee90b135 100644
--- a/contrib/setoid_ring/NArithRing.v
+++ b/contrib/setoid_ring/NArithRing.v
@@ -8,6 +8,8 @@
Require Import NArith.
Require Export Ring.
+Require Import InitialRing.
+
Set Implicit Arguments.
Ltac isNcst t :=