aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--theories/Unicode/Utf8.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Unicode/Utf8.v b/theories/Unicode/Utf8.v
index 4d44dd85c..86ab47768 100644
--- a/theories/Unicode/Utf8.v
+++ b/theories/Unicode/Utf8.v
@@ -7,7 +7,7 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-Require Import Utf8_core.
+Require Export Utf8_core.
(* Arithmetic *)
Notation "x ≤ y" := (le x y) (at level 70, no associativity).