manuel5975p 6 년 전
부모
커밋
21ce898069
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      socketio.hpp

+ 3 - 1
socketio.hpp

@@ -1,3 +1,5 @@
+#ifndef SOCKETIO_HPP
+#define SOCKETIO_HPP
 #include <string>
 #include <cstring>
 #include <vector>
@@ -36,7 +38,7 @@ public:
 	server_socket(int _port);
 	cppsocket accept_connection();
 };
-
+#endif