Skip to content

Commit 4c1b27f

Browse files
committed
Adding missing inclusion of AIoTC_Config.h
1 parent 608165c commit 4c1b27f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/utility/ota/OTAStorage_SFU.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@
1919
* INCLUDE
2020
******************************************************************************/
2121

22-
#include "OTAStorage_SFU.h"
22+
#include <AIoTC_Config.h>
2323
#if OTA_STORAGE_SFU
2424

25+
#include "OTAStorage_SFU.h"
26+
2527
#include <Arduino_DebugUtils.h>
2628

2729
/******************************************************************************

0 commit comments

Comments
 (0)