aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/FSets/FMaps.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/FSets/FMaps.v')
-rw-r--r--theories/FSets/FMaps.v5
1 files changed, 5 insertions, 0 deletions
diff --git a/theories/FSets/FMaps.v b/theories/FSets/FMaps.v
index dac1b4396..d7b29547a 100644
--- a/theories/FSets/FMaps.v
+++ b/theories/FSets/FMaps.v
@@ -8,5 +8,10 @@
(* $Id$ *)
+Require Export OrderedType.
+Require Export OrderedTypeEx.
+Require Export OrderedTypeAlt.
Require Export FMapInterface.
Require Export FMapList.
+Require Export FMapPositive.
+Require Export FMapIntMap.