From aa4885fd65724e609e62f3147110e6bbefd1fee2 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 24 Jan 2019 23:04:24 +1100 Subject: [PATCH] Add missing locale include to main.cc --- src/main.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cc b/src/main.cc index b0b93edb..40fee26b 100644 --- a/src/main.cc +++ b/src/main.cc @@ -29,6 +29,7 @@ #include "clock.hh" #include +#include #include #include #include