aboutsummaryrefslogtreecommitdiff
path: root/theories/ZArith
diff options
context:
space:
mode:
Diffstat (limited to 'theories/ZArith')
-rw-r--r--theories/ZArith/zarith_aux.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/theories/ZArith/zarith_aux.v b/theories/ZArith/zarith_aux.v
index fc0abca952..936468fef7 100644
--- a/theories/ZArith/zarith_aux.v
+++ b/theories/ZArith/zarith_aux.v
@@ -12,6 +12,9 @@
Require Arith.
Require Export fast_integer.
+V7only [Import nat_scope.].
+Open Local Scope nat_scope.
+
Tactic Definition ElimCompare com1 com2:=
Elim (Dcompare (Zcompare com1 com2)); [
Idtac