From 65795065e678b4031ea4d3a3f934f772722a4ff0 Mon Sep 17 00:00:00 2001 From: Sven Geuer <68420948@users.noreply.github.com> Date: Thu, 14 Dec 2023 00:09:11 +0100 Subject: [PATCH] Add a missing #include noticed when trying to build without USE_SSL --- ptstream.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ptstream.h b/ptstream.h index ee36af2..e944c54 100644 --- a/ptstream.h +++ b/ptstream.h @@ -19,6 +19,7 @@ /* ptstream.h */ +#include #ifdef USE_SSL #include #include