From 0db162790c5a8ffbfc38beca9c3bf8bf2baa1a06 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Sun, 24 Dec 2023 06:01:47 +0100 Subject: Core/Common: fixed nopch build for msvc compilers (#29516) --- src/common/Time/Timezone.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/Time/Timezone.cpp') 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 #include #include -- cgit v1.2.3