summaryrefslogtreecommitdiff
path: root/src/common/socket.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/socket.hpp')
-rw-r--r--src/common/socket.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/socket.hpp b/src/common/socket.hpp
index 91a8c49..1ff400a 100644
--- a/src/common/socket.hpp
+++ b/src/common/socket.hpp
@@ -9,6 +9,10 @@
# include <array>
+# include "../strings/fstring.hpp"
+# include "../strings/vstring.hpp"
+# include "../strings/xstring.hpp"
+
# include "dumb_ptr.hpp"
# include "ip.hpp"
# include "utils.hpp"