Skip to content

Commit 39e77d2

Browse files
committed
fix for compile
1 parent ad6ec01 commit 39e77d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Arduino_NetworkConfigurator.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
*/
88
#include "ANetworkConfigurator_Config.h"
99
#if NETWORK_CONFIGURATOR_COMPATIBLE
10+
#include "Arduino_NetworkConfigurator.h"
1011

1112
#include <Arduino_DebugUtils.h>
1213
#include "ConnectionHandlerDefinitions.h"
@@ -15,7 +16,6 @@
1516
#ifdef BOARD_HAS_WIFI
1617
#include "WiFiConnectionHandler.h"
1718
#endif
18-
#include "Arduino_NetworkConfigurator.h"
1919

2020
#define NC_CONNECTION_RETRY_TIMER_ms 120000
2121
#define NC_CONNECTION_TIMEOUT_ms 15000

0 commit comments

Comments
 (0)