X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=include%2Fprivate%2Fhostandport.hpp;h=c9e25d14bd04d7bad8d10bc35d75f4754829f7f2;hb=refs%2Fchanges%2F50%2F1050%2F2;hp=567f1ec8c484682b5711c1a8ce694248d53e90cf;hpb=b7f4971cb7d84e8288140901f4a9dfa773292421;p=ric-plt%2Fsdl.git diff --git a/include/private/hostandport.hpp b/include/private/hostandport.hpp index 567f1ec..c9e25d1 100644 --- a/include/private/hostandport.hpp +++ b/include/private/hostandport.hpp @@ -20,6 +20,7 @@ #include #include #include +#include namespace shareddatalayer { @@ -77,6 +78,8 @@ namespace shareddatalayer public: EmptyHost(); }; + + std::ostream& operator << (std::ostream& os, const HostAndPort& hostAndPort); } #endif