Added missing header to main

This commit is contained in:
iherman-
2026-05-10 19:04:55 +02:00
parent bdc24594a4
commit d6652af02d

View File

@@ -6,12 +6,13 @@
/* By: iherman- <iherman-@student.42malaga.com +#+ +:+ +#+ */ /* By: iherman- <iherman-@student.42malaga.com +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2026/05/06 17:57:53 by iherman- #+# #+# */ /* Created: 2026/05/06 17:57:53 by iherman- #+# #+# */
/* Updated: 2026/05/07 13:28:09 by iherman- ### ########.fr */ /* Updated: 2026/05/10 19:02:29 by iherman- ### ########.fr */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */
#include "Server/Server.hpp" #include "Server/Server.hpp"
#include <sstream> #include <sstream>
#include <cstdio>
int get_port(const char* arg) int get_port(const char* arg)
{ {