Mentions légales du service

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

Merged 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