aboutsummaryrefslogtreecommitdiff
path: root/theories/Numbers/Rational/BigQ/Q0Make.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Numbers/Rational/BigQ/Q0Make.v')
-rw-r--r--theories/Numbers/Rational/BigQ/Q0Make.v4
1 files changed, 4 insertions, 0 deletions
diff --git a/theories/Numbers/Rational/BigQ/Q0Make.v b/theories/Numbers/Rational/BigQ/Q0Make.v
index 4260c954f3..d84efab23c 100644
--- a/theories/Numbers/Rational/BigQ/Q0Make.v
+++ b/theories/Numbers/Rational/BigQ/Q0Make.v
@@ -24,6 +24,10 @@ Require Import QMake_base.
Module Q0.
+ Import BinInt Zorder.
+ Open Local Scope Q_scope.
+ Open Local Scope Qc_scope.
+
(** The notation of a rational number is either an integer x,
interpreted as itself or a pair (x,y) of an integer x and a naturel
number y interpreted as x/y. The pairs (x,0) and (0,y) are all