aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyril Cohen2015-12-13 14:03:36 -0500
committerCyril Cohen2015-12-13 14:03:36 -0500
commit7c7309ad66db9fa2113edef6cba85dea4cc6c0cc (patch)
tree11931382f14f67777ab6eabb3ab60b6feeee8895
parente4714f6a9334c321ebf8c29f576f6e35c290261f (diff)
fix
-rw-r--r--mathcomp/odd_order/stripped_odd_order_theorem.v3
1 files changed, 2 insertions, 1 deletions
diff --git a/mathcomp/odd_order/stripped_odd_order_theorem.v b/mathcomp/odd_order/stripped_odd_order_theorem.v
index a53f66c..9e4f21a 100644
--- a/mathcomp/odd_order/stripped_odd_order_theorem.v
+++ b/mathcomp/odd_order/stripped_odd_order_theorem.v
@@ -1,7 +1,8 @@
(* (c) Copyright 2006-2015 Microsoft Corporation and Inria. *)
(* Distributed under the terms of CeCILL-B. *)
+Require mathcomp.ssreflect.
From mathcomp
-Require ssreflect ssrbool ssrfun eqtype ssrnat fintype finset fingroup.
+Require ssrbool ssrfun eqtype ssrnat fintype finset fingroup.
From mathcomp
Require morphism quotient action gfunctor gproduct commutator gseries nilpotent.
From mathcomp