Skip to content

Commit

Permalink
Add missing references
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Sep 16, 2024
1 parent fcb8225 commit 3768c5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/tcs_intercom/tcs_intercom.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
#include "tcs_intercom.h"

#include "esphome.h"
#include "esphome/core/application.h"
#include "esphome/core/defines.h"
#include "esphome/core/log.h"
#include "esphome/core/hal.h"
#include "esphome/core/component.h"
#include "esphome/core/helpers.h"

#include "esphome/components/api/custom_api_device.h"
#include "esphome/core/application.h"
Expand All @@ -18,6 +21,7 @@
#endif

#include <stdint.h>
#include <optional>

namespace esphome
{
Expand Down

0 comments on commit 3768c5d

Please sign in to comment.