From 8ea1a2b1e8d3969964d4ed1208c27dde5097dec7 Mon Sep 17 00:00:00 2001 From: Anton Maklakov Date: Tue, 22 Feb 2022 09:48:06 +0700 Subject: [PATCH] pthread: add missing header --- components/pthread/test/test_pthread_cxx.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/components/pthread/test/test_pthread_cxx.cpp b/components/pthread/test/test_pthread_cxx.cpp index 0943190d37..b7cfbb275c 100644 --- a/components/pthread/test/test_pthread_cxx.cpp +++ b/components/pthread/test/test_pthread_cxx.cpp @@ -2,6 +2,7 @@ #include #include #include +#include #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "unity.h"