From b7e1066b6882ef46b413f635627ffeb65bd0af0e Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Wed, 14 Feb 2024 18:27:47 -0500 Subject: [PATCH] Changed include path to be more explicit --- easysock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easysock.cpp b/easysock.cpp index 450fd64..fc9ffe8 100644 --- a/easysock.cpp +++ b/easysock.cpp @@ -1,4 +1,4 @@ -#include "easysock.hpp" +#include "includes/easysock.hpp" #ifndef _WIN_32 const int INVALID_SOCKET = -1; #endif