From 673c6d2d11a4ae639c43bbf40e31e808932fd625 Mon Sep 17 00:00:00 2001 From: mj-xmr Date: Tue, 10 Nov 2020 18:18:04 +0100 Subject: Reduce compilation time of epee/portable_storage_template_helper.h --- src/common/i18n.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/common') diff --git a/src/common/i18n.cpp b/src/common/i18n.cpp index ebc367b3a..051220ee1 100644 --- a/src/common/i18n.cpp +++ b/src/common/i18n.cpp @@ -35,6 +35,10 @@ #include "common/i18n.h" #include "translation_files.h" +#include +#include +#include + #undef MONERO_DEFAULT_LOG_CATEGORY #define MONERO_DEFAULT_LOG_CATEGORY "i18n" -- cgit v1.2.3