From 00ed7df1a09cad8862f2c586347f4f55c99681e5 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Thu, 12 Jan 2023 15:30:07 +0100 Subject: Consolidate HTTP+HTTPS via CRTP --- server.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'server.h') diff --git a/server.h b/server.h index 096f7f6..131bae9 100644 --- a/server.h +++ b/server.h @@ -1,11 +1,14 @@ #pragma once #include +#include #include "config.h" #include "plugin.h" #include "statistics.h" +namespace ssl = boost::asio::ssl; // from + using namespace std::string_literals; // Base class for HTTP and HTTPS classes -- cgit v1.2.3