fix standalone

This commit is contained in:
proddy
2026-02-15 15:27:11 +01:00
parent e4df1887b0
commit f317123c26
6 changed files with 21 additions and 2 deletions

View File

@@ -8,7 +8,8 @@ the LICENSE file.
#pragma once
#include <IPAddress.h>
#ifndef NO_TLS_SUPPORT
#include "esp_tls.h"
#include "Transport.h"
@@ -44,3 +45,5 @@ class ClientSecureSync : public Transport {
};
} // namespace espMqttClientInternals
#endif