build(std): fix compilation (#159)

This commit is contained in:
Edo 2023-12-01 15:48:33 +01:00 committed by GitHub
parent cf8a7566be
commit 030065f1de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@
#pragma once
#include <cstdio>
#include <cstring>
#include <ctime>
#include <algorithm>