From 308ba31d65bad08549be7c655575769264427588 Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Fri, 22 Dec 2017 14:27:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=AF=91=E4=B8=8D?= =?UTF-8?q?=E8=BF=87=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_httpApi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_httpApi.cpp b/tests/test_httpApi.cpp index e67a38df..c3e7e87c 100644 --- a/tests/test_httpApi.cpp +++ b/tests/test_httpApi.cpp @@ -28,7 +28,7 @@ #include #include #include "Common/config.h" - +#include "Http/HttpSession.h" #ifdef ENABLE_OPENSSL #include "Util/SSLBox.h" #include "Http/HttpsSession.h"