tools : add missing clocale include in mtmd-cli [no ci] (#20107)
This commit is contained in:
parent
7f5ee54968
commit
d969e933e1
|
|
@ -13,6 +13,7 @@
|
|||
#include <vector>
|
||||
#include <limits.h>
|
||||
#include <cinttypes>
|
||||
#include <clocale>
|
||||
|
||||
#if defined (__unix__) || (defined (__APPLE__) && defined (__MACH__))
|
||||
#include <signal.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue