1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 11:22:24 +01:00

Add missing hal.h include in esp32_camera_web_server (#2689)

This commit is contained in:
Oxan van Leeuwen
2021-11-10 19:09:10 +01:00
committed by GitHub
parent 710866ff4e
commit 2ac232e634

View File

@@ -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"