aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Numbers/Natural/Abstract/NLog.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Numbers/Natural/Abstract/NLog.v')
-rw-r--r--theories/Numbers/Natural/Abstract/NLog.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/theories/Numbers/Natural/Abstract/NLog.v b/theories/Numbers/Natural/Abstract/NLog.v
index 7fbf4280a..0accf38b0 100644
--- a/theories/Numbers/Natural/Abstract/NLog.v
+++ b/theories/Numbers/Natural/Abstract/NLog.v
@@ -19,4 +19,5 @@ Module Type NLog2Prop
(** For the moment we simply reuse NZ properties *)
Include NZLog2Prop A A A B D.NZPowP.
+ Include NZLog2UpProp A A A B D.NZPowP.
End NLog2Prop.