mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -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.