avs-device-sdk
avs-device-sdk copied to clipboard
Fix build error in avs-device-sdk std move function
Description of changes:
Currently the build fails with error: unqualified call to 'std::move'
Appending the std namespace to the function resolves it.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.