Mentions légales du service

Skip to content

Fix a simple compilation problem (non conforming C++).

PAPADOPOULO Theodore requested to merge LinuxCompilation into master

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.

Merge request reports