From d82e26607667289fb8549fe9aaa609eb36470512 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 19 Jan 2025 09:24:51 -0500 Subject: [PATCH] Update main.h added cstdint --- main.h | 1 + 1 file changed, 1 insertion(+) diff --git a/main.h b/main.h index 3e16d328..623833ba 100644 --- a/main.h +++ b/main.h @@ -20,6 +20,7 @@ #include #include #include +#include #define PORT 8080