From e6a03f10e5175cbfcb2afb605cb0abca7f03d182 Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Fri, 18 Feb 2011 17:42:20 -0800 Subject: namespace reorg --- src/cstore/cstore-c.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cstore/cstore-c.cpp') 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 #include +using namespace cstore; + static void _get_str_vec(vector& vec, const char *strs[], int num_strs) { -- cgit v1.2.3