aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Coqlib.v
diff options
context:
space:
mode:
authorJason Gross <jgross@mit.edu>2018-08-27 11:13:47 -0400
committerXavier Leroy <xavier.leroy@inria.fr>2018-08-27 19:39:16 +0200
commitf6f537dd60336b599c9541b0dca56255bdf2ba5e (patch)
treef0f483a0221cb89b0cc898d9473a1e4b0664a0a7 /lib/Coqlib.v
parented4761bea21dee59b576240ae284f34e91dd9070 (diff)
downloadcompcert-kvx-f6f537dd60336b599c9541b0dca56255bdf2ba5e.tar.gz
compcert-kvx-f6f537dd60336b599c9541b0dca56255bdf2ba5e.zip
Import prim token notations before using them
This is required for compatibility with https://github.com/coq/coq/pull/8064, where prim token notations no longer follow `Require`, but instead follow `Import`. Closes #246 Closes #250
Diffstat (limited to 'lib/Coqlib.v')
-rw-r--r--lib/Coqlib.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Coqlib.v b/lib/Coqlib.v
index 3fe1ea2e..3b8e5b3b 100644
--- a/lib/Coqlib.v
+++ b/lib/Coqlib.v
@@ -17,6 +17,7 @@
used throughout the development. It complements the Coq standard
library. *)
+Require Export String.
Require Export ZArith.
Require Export Znumtheory.
Require Export List.