Skip to content

Commit 5412c05

Browse files
committed
fix(camera): include mutex header
1 parent 61564a9 commit 5412c05

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

platforms/tab5/main/hal/components/hal_camera.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <driver/gpio.h>
77
#include <fcntl.h>
88
#include <memory>
9+
#include <mutex>
910
#include <mooncake_log.h>
1011
#include <stdlib.h>
1112
#include <string.h>

0 commit comments

Comments
 (0)