On linux (and this is probably required by the C++ standard), #include is required to be able to use std::function. Otherwise, we get a compilation error.
On linux (and this is probably required by the C++ standard), #include is required to be able to use std::function. Otherwise, we get a compilation error.