Skip to content

Commit 62d6f19

Browse files
committed
Add missing header inclusion
1 parent fe06ec8 commit 62d6f19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/board_adapters/storage/storage.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include <USB.h>
44
#include <USBMSC.h>
55
#include <atomic>
6+
#include <cassert>
67
#include <condition_variable>
78
#include <cstdint>
89
#include <esp32-hal-log.h>

0 commit comments

Comments
 (0)