Add Sentinel configuration reading
[ric-plt/sdl.git] / include / private / hostandport.hpp
index 567f1ec..c9e25d1 100644 (file)
@@ -20,6 +20,7 @@
 #include <string>
 #include <stdint.h>
 #include <sdl/exception.hpp>
+#include <iosfwd>
 
 namespace shareddatalayer
 {
@@ -77,6 +78,8 @@ namespace shareddatalayer
     public:
         EmptyHost();
     };
+
+    std::ostream& operator << (std::ostream& os, const HostAndPort& hostAndPort);
 }
 
 #endif