瀏覽代碼

pthread: add missing header

Anton Maklakov 4 年之前
父節點
當前提交
8ea1a2b1e8
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      components/pthread/test/test_pthread_cxx.cpp

+ 1 - 0
components/pthread/test/test_pthread_cxx.cpp

@@ -2,6 +2,7 @@
 #include <sstream>
 #include <thread>
 #include <mutex>
+#include <memory>
 #include "freertos/FreeRTOS.h"
 #include "freertos/task.h"
 #include "unity.h"