diff --git a/applications/utilities/mesh/manipulation/mergeMeshes/mergeMeshes.C b/applications/utilities/mesh/manipulation/mergeMeshes/mergeMeshes.C
index b39d9a1..f562a5c 100644
--- a/applications/utilities/mesh/manipulation/mergeMeshes/mergeMeshes.C
+++ b/applications/utilities/mesh/manipulation/mergeMeshes/mergeMeshes.C
@@ -71,6 +71,8 @@ int main(int argc, char *argv[])
     argList::addNote("Merge meshes without stitching");
 
     argList::noParallel();
+    timeSelector::addOptions();
+
     #include "addOverwriteOption.H"
     #include "addRegionOption.H"
 
