mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fc37dc1944
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.