Included string header instead of iostream header, as this file doesn't need iostream
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#ifndef _SOCK_CLASS
|
#ifndef _SOCK_CLASS
|
||||||
#define _SOCK_CLASS
|
#define _SOCK_CLASS
|
||||||
|
|
||||||
#include <iostream>
|
#include <string>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
|
|
||||||
class Sock {
|
class Sock {
|
||||||
|
Reference in New Issue
Block a user