From e0bd4cee3c7ea806687d0d7decfefde53f321f1d Mon Sep 17 00:00:00 2001 From: EnderIce2 Date: Tue, 17 Oct 2023 02:21:52 +0300 Subject: [PATCH] Fix unqualified call to 'std::move' --- include_std/algorithm | 1 + 1 file changed, 1 insertion(+) diff --git a/include_std/algorithm b/include_std/algorithm index 00a7e3c..0e0cb55 100644 --- a/include_std/algorithm +++ b/include_std/algorithm @@ -16,6 +16,7 @@ */ #pragma once +#include namespace std {