Skip to content

Commit 32e3840

Browse files
authored
Merge pull request #166 from baba-dev/codex/add-mutex-include-for-hal_camera.cpp
fix(camera): include mutex header
2 parents 61564a9 + 5412c05 commit 32e3840

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)