diff options
Diffstat (limited to 'src/cli_bin.cpp')
-rw-r--r-- | src/cli_bin.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cli_bin.cpp b/src/cli_bin.cpp index e8ff95a..11c63a1 100644 --- a/src/cli_bin.cpp +++ b/src/cli_bin.cpp @@ -24,6 +24,8 @@ #include <cli_cstore.h> #include <cstore/cstore.hpp> +using namespace cstore; + static int op_idx = -1; static const char *op_bin_name[] = { "my_set", |