aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xtheories/Arith/Euclid_proof.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/theories/Arith/Euclid_proof.v b/theories/Arith/Euclid_proof.v
index b8863ad65..53dc4fc2e 100755
--- a/theories/Arith/Euclid_proof.v
+++ b/theories/Arith/Euclid_proof.v
@@ -1,6 +1,7 @@
(* $Id$ *)
+Require Plus.
Require Minus.
Require Euclid_def.
Require Compare_dec.