From 6704b9b3abb4c0cc8067dabe02e69c751baf3a98 Mon Sep 17 00:00:00 2001 From: jfm Date: Thu, 28 Dec 2023 12:06:04 +0100 Subject: [PATCH] Add header-file, it doesn't compile on windows if not included --- include/crow/http_connection.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/crow/http_connection.h b/include/crow/http_connection.h index 45143a5ae..a483798f3 100644 --- a/include/crow/http_connection.h +++ b/include/crow/http_connection.h @@ -3,6 +3,7 @@ #define ASIO_STANDALONE #endif #include +#include #include #include #include