Correct placement of namespace declarations.
With the current placement the definition of make_unique is not in the std namespace as intended but in the namespace OpenViBE::AcquisitionServer::std which is wrong. This patch corrects that. Tested on Fedora 35,36 and 37.