diff options
Diffstat (limited to 'src/ClientID.hpp')
-rw-r--r-- | src/ClientID.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ClientID.hpp b/src/ClientID.hpp index 639cbbf..c0a2db8 100644 --- a/src/ClientID.hpp +++ b/src/ClientID.hpp @@ -25,6 +25,8 @@ #include <string> #include <utility> +namespace patchage { + /// An ID for some client (program) that has ports struct ClientID { @@ -121,4 +123,6 @@ operator<(const ClientID& lhs, const ClientID& rhs) return false; } +} // namespace patchage + #endif // PATCHAGE_CLIENTID_HPP |