Skip to content

Commit

Permalink
fix(build): Fix missing include since platform-espressif32 v6.10.0 (#363
Browse files Browse the repository at this point in the history
)
  • Loading branch information
SquaredPotato authored Jan 29, 2025
1 parent 2c2279c commit d7c8be6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/codec/es8311/es8311.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#ifndef _ES8311_H
#define _ES8311_H

#include <cstdint>
#include <functional>

typedef std::function<bool(uint8_t, uint8_t *, size_t)> write_fn;
Expand Down

0 comments on commit d7c8be6

Please sign in to comment.