mirror of
https://github.com/esphome/esphome.git
synced 2024-12-18 15:57:58 +01:00
Add missing hal.h include in esp32_camera_web_server (#2689)
This commit is contained in:
parent
710866ff4e
commit
2ac232e634
@ -2,6 +2,7 @@
|
||||
|
||||
#include "camera_web_server.h"
|
||||
#include "esphome/core/application.h"
|
||||
#include "esphome/core/hal.h"
|
||||
#include "esphome/core/helpers.h"
|
||||
#include "esphome/core/log.h"
|
||||
#include "esphome/core/util.h"
|
||||
|
Loading…
Reference in New Issue
Block a user