maint: fix compilation on older versions of VS

This commit is contained in:
6arelyFuture 2023-03-06 14:51:55 +00:00 committed by GitHub
parent fca66411cb
commit c17d1df9d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,6 +57,7 @@
#include <atomic>
#include <cassert>
#include <cctype>
#include <chrono>
#include <csignal>
#include <cstdarg>