X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fjson%2Fjhash.hpp;h=6ba1e502d26685d62c2e2623f7dfd72c5524d251;hb=6ef23e1d7f7f47ccab5be6ff1b68e5cfdda80ad2;hp=29636101133bb8759b533f3292924c59efe4214c;hpb=8ec1e3c2dec6ba4fa83fe63e4207d47b4b0f3b3f;p=ric-plt%2Fxapp-frame-cpp.git diff --git a/src/json/jhash.hpp b/src/json/jhash.hpp index 2963610..6ba1e50 100644 --- a/src/json/jhash.hpp +++ b/src/json/jhash.hpp @@ -34,6 +34,8 @@ #include +namespace xapp { + // ------------------------------------------------------------------------ class Jhash { @@ -83,4 +85,6 @@ class Jhash { }; + +} // namespace #endif