tools : add missing clocale include in mtmd-cli [no ci] (#20107)

This commit is contained in:
Sigbjørn Skjæret
2026-03-04 14:18:04 +01:00
committed by GitHub
parent 7f5ee54968
commit d969e933e1
+1
View File
@@ -13,6 +13,7 @@
#include <vector>
#include <limits.h>
#include <cinttypes>
#include <clocale>
#if defined (__unix__) || (defined (__APPLE__) && defined (__MACH__))
#include <signal.h>