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

master
Aadhavan Srinivasan 8 months ago
parent acf8271126
commit cacc4f9d33

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

Loading…
Cancel
Save