diff options
Diffstat (limited to 'src/cstore/cstore.hpp')
-rw-r--r-- | src/cstore/cstore.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cstore/cstore.hpp b/src/cstore/cstore.hpp index 9a41279..c76cb8f 100644 --- a/src/cstore/cstore.hpp +++ b/src/cstore/cstore.hpp @@ -45,6 +45,8 @@ extern "C" void* Perl_get_context(void) #define SAVE_PATHS save_paths(&__func__) #define RESTORE_PATHS restore_paths(&__func__) +namespace cstore { // begin namespace cstore + using namespace std; class Cstore { @@ -495,5 +497,7 @@ private: static void vexit_internal(const char *fmt, va_list alist); }; +} // end namespace cstore + #endif /* _CSTORE_H_ */ |