Browse Source

pthread: add missing header

Anton Maklakov 4 years ago
parent
commit
8ea1a2b1e8
1 changed files with 1 additions and 0 deletions
  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"