From 8bf5cbf41e4d0b0fbd88f9bd5c0b130ef4de0d9b Mon Sep 17 00:00:00 2001 From: Eric L Date: Fri, 24 Jan 2025 18:25:48 -0800 Subject: [PATCH] stdint.h -> stddef.h --- components/ClientComponent/include/Client.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ClientComponent/include/Client.hpp b/components/ClientComponent/include/Client.hpp index 310feed..ea3932d 100644 --- a/components/ClientComponent/include/Client.hpp +++ b/components/ClientComponent/include/Client.hpp @@ -1,7 +1,7 @@ #ifndef CLIENT_HPP #define CLIENT_HPP -#include +#include namespace Client {