Skip to content

Commit 56067cf

Browse files
author
Seppo Takalo
committed
Fix include on TDBStore
1 parent 5b1ca5b commit 56067cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

features/storage/kvstore/tdbstore/TDBStore.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include <string.h>
2323
#include <stdio.h>
2424
#include "mbed_error.h"
25+
#include "mbed_assert.h"
2526
#include "mbed_wait_api.h"
2627
//Bypass the check of NVStore co existance if compiled for TARGET_TFM
2728
#if !(BYPASS_NVSTORE_CHECK)

0 commit comments

Comments
 (0)