aboutsummaryrefslogtreecommitdiff
path: root/src/LegacyArithmetic/Interface.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/LegacyArithmetic/Interface.v')
-rw-r--r--src/LegacyArithmetic/Interface.v3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/LegacyArithmetic/Interface.v b/src/LegacyArithmetic/Interface.v
index 4a671eb4c..9a652bbd4 100644
--- a/src/LegacyArithmetic/Interface.v
+++ b/src/LegacyArithmetic/Interface.v
@@ -1,6 +1,7 @@
(*** Interface for bounded arithmetic *)
Require Import Coq.ZArith.ZArith.
-Require Import Crypto.Util.ZUtil.
+Require Import Crypto.Util.ZUtil.Notations.
+
Require Import Crypto.Util.Tuple.
Require Import Crypto.Util.AutoRewrite.
Require Import Crypto.Util.Notations.