aboutsummaryrefslogtreecommitdiff
path: root/ltacprof
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2016-06-14 00:08:14 +0200
committerPierre-Marie Pédrot2016-06-14 00:09:30 +0200
commit236627cdf081e51fce3bc54fdee4e40d4f6ca85e (patch)
tree161c930e2efacd1198fed18f208e9f4fdba1b8fc /ltacprof
parent45de05d0ea9740f14c58dfd67436ddbea03c6a49 (diff)
Moving UTF-8 related functions to Unicode module.
Diffstat (limited to 'ltacprof')
-rw-r--r--ltacprof/profile_ltac.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ltacprof/profile_ltac.ml b/ltacprof/profile_ltac.ml
index 97d74ad80f..41bde12b18 100644
--- a/ltacprof/profile_ltac.ml
+++ b/ltacprof/profile_ltac.ml
@@ -1,3 +1,4 @@
+open Unicode
open Pp
open Printer
open Util