Add API allowing xAPPs to send alarm messages
[ric-plt/xapp-frame-cpp.git] / src / json / jhash.hpp
index 2963610..6ba1e50 100644 (file)
@@ -34,6 +34,8 @@
 
 #include <string>
 
+namespace xapp {
+
 // ------------------------------------------------------------------------
 
 class Jhash {
@@ -83,4 +85,6 @@ class Jhash {
 };
 
 
+
+} // namespace
 #endif