diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-18 13:29:50 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-18 13:29:50 +0200 |
commit | 0e2f76b6f0ecb4b4c00a4c8001843b3c54bc08ad (patch) | |
tree | 3f0735a7b7e0be27823b23e24806fe9650548dc6 /unit-tests/bootstrap-manifest | |
parent | 1804e3e8cf3b8f1bb14e197dada1697c40bed144 (diff) |
Finish agent and worker logic
Diffstat (limited to 'unit-tests/bootstrap-manifest')
-rw-r--r-- | unit-tests/bootstrap-manifest/driver.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unit-tests/bootstrap-manifest/driver.cxx b/unit-tests/bootstrap-manifest/driver.cxx index 18bf7b6..46e64bc 100644 --- a/unit-tests/bootstrap-manifest/driver.cxx +++ b/unit-tests/bootstrap-manifest/driver.cxx @@ -12,6 +12,7 @@ #include <bbot/utility> #include <bbot/bootstrap-manifest> +#include <bbot/machine-manifest> using namespace std; using namespace butl; |