From 69a95da5b5f0b3d7889908cbc958ae6ce32e4c2c Mon Sep 17 00:00:00 2001
From: afederici <ajf5@illinois.edu>
Date: Wed, 18 Nov 2020 22:06:38 -0600
Subject: [PATCH] bug fix

---
 inc/Utils.h   | 3 +++
 src/Utils.cpp | 1 -
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/inc/Utils.h b/inc/Utils.h
index b502536..a7947a9 100644
--- a/inc/Utils.h
+++ b/inc/Utils.h
@@ -8,6 +8,7 @@
 #include <netdb.h>
 #include <unistd.h>
 #include <stdio.h>
+#include <stdio.h>
 #include <string.h>
 #include <sys/socket.h>
 #include <sys/wait.h>
@@ -17,6 +18,8 @@
 #endif
 
 using std::string;
+using std::cout;
+using std::endl;
 using std::vector;
 using std::get;
 using std::tuple_element;
diff --git a/src/Utils.cpp b/src/Utils.cpp
index 7733690..82c072b 100644
--- a/src/Utils.cpp
+++ b/src/Utils.cpp
@@ -1,5 +1,4 @@
 #include "../inc/Utils.h"
-#include <stdio.h>
 
 vector<string> splitString(string s, string delimiter){
 	vector<string> result;
-- 
GitLab