diff options
| author | herbelin | 2003-11-13 12:58:22 +0000 |
|---|---|---|
| committer | herbelin | 2003-11-13 12:58:22 +0000 |
| commit | d3fc077ef9a973267c467771c5420772df9cb253 (patch) | |
| tree | 49947af464a9ebcbabe7cee0e393fb5a65ba465f | |
| parent | b14c0976cbe32124878455b3cfda137df9a3c7b0 (diff) | |
Require
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4889 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | theories/ZArith/Zdiv.v | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theories/ZArith/Zdiv.v b/theories/ZArith/Zdiv.v index a61df305dd..ee6987215c 100644 --- a/theories/ZArith/Zdiv.v +++ b/theories/ZArith/Zdiv.v @@ -20,6 +20,7 @@ Then only after proves the main required property. *) Require Export ZArith_base. +Require Zbool. Require Omega. Require ZArithRing. Require Zcomplements. |
