From 3d944f2ed16a7aafc202ebdb93f538c733ab6415 Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Thu, 15 Feb 2024 09:45:47 -0500 Subject: [PATCH] Added additional header file --- sock.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sock.cpp b/sock.cpp index 7b0cf8f..a2e230f 100644 --- a/sock.cpp +++ b/sock.cpp @@ -1,4 +1,5 @@ #include +#include #include "includes/sock.hpp" #include "includes/exception_consts.hpp" #include "includes/easysock.hpp"