aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/syntax/nat_syntax.ml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/syntax/nat_syntax.ml')
-rw-r--r--plugins/syntax/nat_syntax.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/syntax/nat_syntax.ml b/plugins/syntax/nat_syntax.ml
index 8f34ec495..5219124cd 100644
--- a/plugins/syntax/nat_syntax.ml
+++ b/plugins/syntax/nat_syntax.ml
@@ -9,11 +9,13 @@
(* This file defines the printer for natural numbers in [nat] *)
(*i*)
+open Util
open Glob_term
open Bigint
open Coqlib
open Pp
open Errors
+open Util
(*i*)
(**********************************************************************)