summaryrefslogtreecommitdiffhomepage
path: root/server.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-04-05 12:03:52 +0200
committerRoland Reichwein <mail@reichwein.it>2020-04-05 12:03:52 +0200
commit918685c1c09de1e3cd14c41bb8cc8b89a177ccd2 (patch)
treef803517e6a34be0216f00249dd62525eadce0d05 /server.h
parentcbfc28a946ded64e9402e1e6d32511150339ec72 (diff)
Different certificates for different hosts
Diffstat (limited to 'server.h')
-rw-r--r--server.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/server.h b/server.h
index 0dcf3dd..5e5343f 100644
--- a/server.h
+++ b/server.h
@@ -1,5 +1,7 @@
#pragma once
+#include <boost/asio/io_context.hpp>
+
#include "config.h"
using namespace std::string_literals;