mirror of
https://github.com/espressif/esp-idf
synced 2025-03-11 18:19:07 -04:00
When std::bind is used, it requires inclusion of <functional> header. This was not mandatory with earlier versions of g++ (4.x), may be because they had experimental support for c++11.