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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

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>