diff options
Diffstat (limited to 'src/PatchageModule.hpp')
-rw-r--r-- | src/PatchageModule.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/PatchageModule.hpp b/src/PatchageModule.hpp index 7c3f191..378f35ed 100644 --- a/src/PatchageModule.hpp +++ b/src/PatchageModule.hpp @@ -30,6 +30,8 @@ PATCHAGE_RESTORE_WARNINGS #include <string> +namespace patchage { + struct PortID; class Patchage; @@ -80,4 +82,6 @@ protected: ClientID _id; }; +} // namespace patchage + #endif // PATCHAGE_PATCHAGEMODULE_HPP |