Add <utility> header to include_std/list

This commit is contained in:
EnderIce2 2024-03-03 22:19:58 +02:00
parent a29bdb9dd0
commit 23865ffc4f
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -20,6 +20,7 @@
#include <types.h>
#include <assert.h>
#include <lock.hpp>
#include <utility>
namespace std
{