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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"