1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-07 04:13:47 +01:00
This commit is contained in:
J. Nick Koston
2025-10-02 23:02:46 +02:00
parent e69d18195b
commit 10a16c3761

View File

@@ -14,10 +14,6 @@
#include "esphome/core/optional.h" #include "esphome/core/optional.h"
namespace esphome {
class StringRef;
}
#ifdef USE_ESP8266 #ifdef USE_ESP8266
#include <Esp.h> #include <Esp.h>
#endif #endif
@@ -49,6 +45,9 @@ class StringRef;
namespace esphome { namespace esphome {
// Forward declaration to avoid circular dependency with string_ref.h
class StringRef;
/// @name STL backports /// @name STL backports
///@{ ///@{