From 1441a80cf749d14215b9c53fb6e63ad6a76e1110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E7=A3=8A?= Date: Thu, 29 Jul 2021 10:06:12 +0800 Subject: [PATCH] modify for musl compile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I82d37dddd637f62aaa887221394ec46cc3d876be Signed-off-by: 黄磊 --- frameworks/bootanimation/src/util.cpp | 1 + frameworks/wm/src/window_manager_test.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/frameworks/bootanimation/src/util.cpp b/frameworks/bootanimation/src/util.cpp index e8533b7a83..77a0638a51 100644 --- a/frameworks/bootanimation/src/util.cpp +++ b/frameworks/bootanimation/src/util.cpp @@ -16,6 +16,7 @@ #include "util.h" #include +#include #include diff --git a/frameworks/wm/src/window_manager_test.cpp b/frameworks/wm/src/window_manager_test.cpp index b2e5273f52..b16f62a338 100644 --- a/frameworks/wm/src/window_manager_test.cpp +++ b/frameworks/wm/src/window_manager_test.cpp @@ -17,6 +17,7 @@ #include #include #include +#include #include #include #include