1
1
mirror of http://git.sesse.net/plocate synced 2025-10-06 03:12:40 +02:00

Add missing <locale.h>.

Reported by Maciej Adamczyk.
This commit is contained in:
Steinar H. Gunderson
2022-10-27 00:38:37 +02:00
parent 5219c70754
commit 6c2976c34e

View File

@@ -8,6 +8,7 @@
#include <chrono>
#include <getopt.h>
#include <iosfwd>
#include <locale.h>
#include <math.h>
#include <memory>
#include <random>