From a340a830bc1ebc2b779df8dc17978f8d615d3c04 Mon Sep 17 00:00:00 2001 From: rubisalpha Date: Fri, 20 Feb 2026 14:29:59 +0000 Subject: [PATCH] Actualiser auth.h --- auth.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/auth.h b/auth.h index 79f5342..907addc 100644 --- a/auth.h +++ b/auth.h @@ -1,6 +1,8 @@ #ifndef AUTH_H #define AUTH_H + #include "user.h" #include int authentifier(const std::string& login, const std::string& password, const std::vector& users); + #endif \ No newline at end of file