aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Reals/Alembert.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Reals/Alembert.v')
-rw-r--r--theories/Reals/Alembert.v3
1 files changed, 2 insertions, 1 deletions
diff --git a/theories/Reals/Alembert.v b/theories/Reals/Alembert.v
index 6745a3fc4..acc0c7afc 100644
--- a/theories/Reals/Alembert.v
+++ b/theories/Reals/Alembert.v
@@ -14,7 +14,8 @@ Require Rseries.
Require SeqProp.
Require PartSum.
Require Max.
-V7only [Import R_scope.]. Open Local Scope R_scope.
+V7only [ Import nat_scope. Import Z_scope. Import R_scope. ].
+Open Local Scope R_scope.
(***************************************************)
(* Various versions of the criterion of D'Alembert *)