commit | cf9b2195a3509b7481cbe564b0fc290c9bfc1475 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Thu Jun 27 12:09:52 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Fri Jun 28 08:23:43 2019 -0700 |
tree | 58786be59d2759ee9f77d21ae77f37acd8780bbd | |
parent | a29216eccb47ab8d0fa50c78184dcfdd598f7725 [diff] [blame] |
tools: add progress implementation Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I9da1674d6cbc688efc7bab0e033788d6ee4694f7
diff --git a/tools/interface.hpp b/tools/interface.hpp index 2c993bf..c613f0e 100644 --- a/tools/interface.hpp +++ b/tools/interface.hpp
@@ -1,6 +1,7 @@ #pragma once #include "flags.hpp" +#include "progress.hpp" #include <cstdint> #include <string>