Included string header instead of iostream header, as this file doesn't need iostream

This commit is contained in:
2024-02-15 09:47:25 -05:00
parent acf8271126
commit cacc4f9d33

View File

@@ -1,7 +1,7 @@
#ifndef _SOCK_CLASS
#define _SOCK_CLASS
#include <iostream>
#include <string>
#include <sys/socket.h>
class Sock {