From 60a1f00618a4fa135969f8b6da36f6849e2fd086 Mon Sep 17 00:00:00 2001 From: alex-cornford Date: Wed, 29 Jan 2025 12:44:22 +1300 Subject: [PATCH] Support building httplib.h on OpenVMS x86 systems (#2031) Modify for OpenVMS x86 C++. Make tests on OpenVMS currently not supported due to no cmake support. Changes tested on OpenVMS clang C++ and Fedora & GCC --- httplib.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/httplib.h b/httplib.h index 7813cd4..3a72d55 100644 --- a/httplib.h +++ b/httplib.h @@ -218,7 +218,9 @@ using socket_t = SOCKET; #include #include #include -#include +#ifndef __VMS + #include +#endif #include #include #include