aboutsummaryrefslogtreecommitdiff
path: root/mathcomp
diff options
context:
space:
mode:
authorEnrico Tassi2015-12-14 10:50:23 +0100
committerEnrico Tassi2015-12-14 10:50:23 +0100
commitc910198799e49ff368cc8ad8e4bd3ccd2fad0050 (patch)
treee67a06e936c8043be94dd4d99434ba1654cb9732 /mathcomp
parente21c9e5cadaf147c68428e7d56afc26f05666d67 (diff)
fix compilation
Diffstat (limited to 'mathcomp')
-rw-r--r--mathcomp/odd_order/stripped_odd_order_theorem.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/odd_order/stripped_odd_order_theorem.v b/mathcomp/odd_order/stripped_odd_order_theorem.v
index 9e4f21a..05c24a9 100644
--- a/mathcomp/odd_order/stripped_odd_order_theorem.v
+++ b/mathcomp/odd_order/stripped_odd_order_theorem.v
@@ -1,6 +1,6 @@
(* (c) Copyright 2006-2015 Microsoft Corporation and Inria. *)
(* Distributed under the terms of CeCILL-B. *)
-Require mathcomp.ssreflect.
+Require mathcomp.ssreflect.ssreflect.
From mathcomp
Require ssrbool ssrfun eqtype ssrnat fintype finset fingroup.
From mathcomp