From 9f3ff5a596b1e24928aa6fe84275d2eb6038c505 Mon Sep 17 00:00:00 2001 From: VersusTuneZ Date: Sun, 4 Feb 2024 14:59:00 +0100 Subject: [PATCH] Fixup --- Includes/Http.h | 1 + Includes/VWeb.h | 1 + 2 files changed, 2 insertions(+) diff --git a/Includes/Http.h b/Includes/Http.h index 73c7383..ebb0db4 100644 --- a/Includes/Http.h +++ b/Includes/Http.h @@ -1,4 +1,5 @@ #pragma once +#include #include namespace VWeb { diff --git a/Includes/VWeb.h b/Includes/VWeb.h index 6305a7b..c39ce55 100644 --- a/Includes/VWeb.h +++ b/Includes/VWeb.h @@ -1,5 +1,6 @@ #pragma once +#include "Http.h" #include "Request.h" #include "Response.h" #include "Route.h"