Fix unqualified call to 'std::move'

This commit is contained in:
EnderIce2 2023-10-17 02:21:52 +03:00
parent 54a47ad3a5
commit e0bd4cee3c
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -16,6 +16,7 @@
*/
#pragma once
#include <utility>
namespace std
{