From f20ecf32828541a033db97dbcfa34a72a6a86a90 Mon Sep 17 00:00:00 2001 From: William Dean Date: Fri, 17 Jun 2022 10:51:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=A4=B4=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E7=9A=84=E5=BC=95=E7=94=A8=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: William Dean --- services/test/unittest/common/message_func_test.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/services/test/unittest/common/message_func_test.cpp b/services/test/unittest/common/message_func_test.cpp index c0fa019..5078bb9 100644 --- a/services/test/unittest/common/message_func_test.cpp +++ b/services/test/unittest/common/message_func_test.cpp @@ -12,13 +12,17 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + #include #include #include -#include -#include #include + +#include + +#include #include + #include "gtest/gtest.h" #include "appspawn_message.h" -- GitLab