From 08fee88813a676d3737d1d5b0b28b81681e9cc77 Mon Sep 17 00:00:00 2001 From: halx99 Date: Sun, 14 May 2023 19:13:49 +0800 Subject: [PATCH] Fix ci --- tests/cpp-tests/Source/UnitTest/UnitTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cpp-tests/Source/UnitTest/UnitTest.cpp b/tests/cpp-tests/Source/UnitTest/UnitTest.cpp index dc1b53e1c0..9a0a59ee95 100644 --- a/tests/cpp-tests/Source/UnitTest/UnitTest.cpp +++ b/tests/cpp-tests/Source/UnitTest/UnitTest.cpp @@ -27,7 +27,7 @@ #include "ui/UIHelper.h" #include "network/Uri.h" #include "base/ccUtils.h" -#include "yasio/detail/byte_buffer.hpp" +#include "yasio/core/byte_buffer.hpp" USING_NS_AX; using namespace ax::network;