Merge pull request #117319 from scgm0/Fix-unable-to-compile-linux-template_release

Fix unable to compile linux `template_release`
This commit is contained in:
Rémi Verschelde 2026-03-11 12:59:27 +01:00 committed by GitHub
commit 9095a76ff5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,6 +36,7 @@
#include <unistd.h>
#include <climits>
#include <clocale>
#include <cstdio>
#include <cstdlib>
#if defined(ASAN_ENABLED)