From 10c9d917add53800c54b4f71df8c80a9cddf38e2 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 10 Sep 2021 22:55:33 +0900 Subject: [PATCH] Fix compile error --- src/shrpx_http_downstream_connection.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/shrpx_http_downstream_connection.cc b/src/shrpx_http_downstream_connection.cc index 51f9000d..95489032 100644 --- a/src/shrpx_http_downstream_connection.cc +++ b/src/shrpx_http_downstream_connection.cc @@ -24,6 +24,8 @@ */ #include "shrpx_http_downstream_connection.h" +#include + #include "shrpx_client_handler.h" #include "shrpx_upstream.h" #include "shrpx_downstream.h"