From a649d3630a1dfac3a1c9b2f87086afb29c47be41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eckl=2C=20M=C3=A1t=C3=A9?= <ecklm94@gmail.com> Date: Fri, 27 May 2016 12:45:41 +0200 Subject: [PATCH] =?UTF-8?q?Include-ok=20j=C3=B3=20helyre=20mozgat=C3=A1sa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/exceptions/socket_error.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/exceptions/socket_error.h b/include/exceptions/socket_error.h index 91e8769..1febddb 100644 --- a/include/exceptions/socket_error.h +++ b/include/exceptions/socket_error.h @@ -5,12 +5,12 @@ * Created on 2016. május 27., 10:30 */ -#include <string> -#include <stdexcept> - #ifndef SOCKET_ERROR_H #define SOCKET_ERROR_H +#include <string> +#include <stdexcept> + class socket_error: public std::runtime_error { public: -- GitLab