aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Reals/RList.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Reals/RList.v')
-rw-r--r--theories/Reals/RList.v3
1 files changed, 2 insertions, 1 deletions
diff --git a/theories/Reals/RList.v b/theories/Reals/RList.v
index 3cccc2bfc..6e6f2716b 100644
--- a/theories/Reals/RList.v
+++ b/theories/Reals/RList.v
@@ -10,7 +10,8 @@
Require Rbase.
Require Rfunctions.
-V7only [Import R_scope.]. Open Local Scope R_scope.
+V7only [ Import nat_scope. Import Z_scope. Import R_scope. ].
+Open Local Scope R_scope.
Inductive Rlist : Type :=
| nil : Rlist