summaryrefslogtreecommitdiff
path: root/src/net/fwd.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/fwd.hpp')
-rw-r--r--src/net/fwd.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/fwd.hpp b/src/net/fwd.hpp
index 109aeed..2438ccf 100644
--- a/src/net/fwd.hpp
+++ b/src/net/fwd.hpp
@@ -21,6 +21,9 @@
# include "../sanity.hpp"
+
+namespace tmwa
+{
class Session;
class IP4Address;
@@ -28,5 +31,6 @@ class IP4Address;
class TimerData;
enum class RecvResult;
+} // namespace tmwa
#endif // TMWA_NET_FWD_HPP