diff options
Diffstat (limited to 'src/cstore/cstore-c.cpp')
-rw-r--r-- | src/cstore/cstore-c.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cstore/cstore-c.cpp b/src/cstore/cstore-c.cpp index 292ff38..50828c4 100644 --- a/src/cstore/cstore-c.cpp +++ b/src/cstore/cstore-c.cpp @@ -22,6 +22,8 @@ #include <cstore/cstore.hpp> #include <cstore/cstore-c.h> +using namespace cstore; + static void _get_str_vec(vector<string>& vec, const char *strs[], int num_strs) { |