From da105afee2186f6b971df38802823ab6748e8621 Mon Sep 17 00:00:00 2001 From: ouyangxiangzhen Date: Thu, 29 Jan 2026 15:48:01 +0800 Subject: [PATCH] ostest/hrtimer: Add missing assert.h This commit added missing assert.h. Signed-off-by: ouyangxiangzhen --- testing/ostest/hrtimer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/ostest/hrtimer.c b/testing/ostest/hrtimer.c index 48ed46b99..4cd9eb157 100644 --- a/testing/ostest/hrtimer.c +++ b/testing/ostest/hrtimer.c @@ -27,6 +27,7 @@ #include #include +#include #include #include #include