From 5dcbecfd8b83f516c067780214f06321f03d1cce Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 12 Mar 2018 11:17:21 +0200 Subject: Initial sync implementation --- bdep/bdep.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bdep/bdep.cxx') diff --git a/bdep/bdep.cxx b/bdep/bdep.cxx index 77dcd71..39f08ad 100644 --- a/bdep/bdep.cxx +++ b/bdep/bdep.cxx @@ -24,6 +24,7 @@ #include #include +#include using namespace std; using namespace bdep; @@ -264,8 +265,9 @@ try } //COMMAND_IMPL (new_, new, "new"); - COMMAND_IMPL (init, init, "init"); COMMAND_IMPL (config, config, "config"); + COMMAND_IMPL (init, init, "init"); + COMMAND_IMPL (sync, sync, "sync"); assert (false); fail << "unhandled command"; -- cgit v1.1