diff options
Diffstat (limited to 'theories/ZArith/ZArith.v')
| -rw-r--r-- | theories/ZArith/ZArith.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/ZArith/ZArith.v b/theories/ZArith/ZArith.v index 8199ed369c..3956e91607 100644 --- a/theories/ZArith/ZArith.v +++ b/theories/ZArith/ZArith.v @@ -12,7 +12,7 @@ Require Export ZArith_base. (** Extra definitions *) -Require Export Zpow_def Zsqrt_def Zlog_def. +Require Export Zpow_def Zsqrt_def Zlog_def Zgcd_def. (** Extra modules using [Omega] or [Ring]. *) |
