lat9nq 3 лет назад
Родитель
Сommit
63a0a1f826
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/common/time_zone.cpp

+ 1 - 1
src/common/time_zone.cpp

@@ -4,13 +4,13 @@
 #include <chrono>
 #include <exception>
 #include <iomanip>
+#include <map>
 #include <sstream>
 #include <stdexcept>
 #include <fmt/chrono.h>
 #include <fmt/core.h>
 
 #include "common/logging/log.h"
-#include "common/settings.h"
 #include "common/time_zone.h"
 
 namespace Common::TimeZone {