Skip to content

Commit a01726e

Browse files
authored
Merge pull request #16 from AzonInc/dev
Add missing references
2 parents d52f86e + 3768c5d commit a01726e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/tcs_intercom/tcs_intercom.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
#include "tcs_intercom.h"
22

3+
#include "esphome.h"
34
#include "esphome/core/application.h"
45
#include "esphome/core/defines.h"
56
#include "esphome/core/log.h"
67
#include "esphome/core/hal.h"
8+
#include "esphome/core/component.h"
9+
#include "esphome/core/helpers.h"
710

811
#include "esphome/components/api/custom_api_device.h"
912
#include "esphome/core/application.h"
@@ -18,6 +21,7 @@
1821
#endif
1922

2023
#include <stdint.h>
24+
#include <optional>
2125

2226
namespace esphome
2327
{

0 commit comments

Comments
 (0)