aboutsummaryrefslogtreecommitdiff
path: root/src/common/Time/Timezone.cpp
diff options
context:
space:
mode:
authorOvahlord <dreadkiller@gmx.de>2023-12-24 06:01:47 +0100
committerfunjoker <funjoker109@gmail.com>2024-01-09 11:58:46 +0100
commit8426854ee803bfcbecf16edf65a2a11da90b5b3d (patch)
treebd9f16588fdb12bb38c3dde2f9cb2a97c409a0bd /src/common/Time/Timezone.cpp
parent23877d2dced0a2de9b2114ea77eb736e3371724a (diff)
Core/Common: fixed nopch build for msvc compilers (#29516)
(cherry picked from commit 0db162790c5a8ffbfc38beca9c3bf8bf2baa1a06)
Diffstat (limited to 'src/common/Time/Timezone.cpp')
-rw-r--r--src/common/Time/Timezone.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Time/Timezone.cpp b/src/common/Time/Timezone.cpp
index 3d09f8d7b0c..5cd80d03232 100644
--- a/src/common/Time/Timezone.cpp
+++ b/src/common/Time/Timezone.cpp
@@ -19,7 +19,7 @@
#include "Hash.h"
#include "Locales.h"
#include "MapUtils.h"
-#include "Util.h"
+#include "StringConvert.h"
#include <boost/locale/date_time_facet.hpp>
#include <chrono>
#include <memory>