Release SDL 1.4.0 packages
[ric-plt/sdl.git] / include / private / hostandport.hpp
index 567f1ec..b9c132a 100644 (file)
    limitations under the License.
 */
 
+/*
+ * This source code is part of the near-RT RIC (RAN Intelligent Controller)
+ * platform project (RICP).
+*/
+
 #ifndef SHAREDDATALAYER_HOSTANDPORT_HPP_
 #define SHAREDDATALAYER_HOSTANDPORT_HPP_
 
 #include <string>
 #include <stdint.h>
 #include <sdl/exception.hpp>
+#include <iosfwd>
 
 namespace shareddatalayer
 {
@@ -77,6 +83,8 @@ namespace shareddatalayer
     public:
         EmptyHost();
     };
+
+    std::ostream& operator << (std::ostream& os, const HostAndPort& hostAndPort);
 }
 
 #endif