diff options
author | Shauren <shauren.trinity@gmail.com> | 2023-11-21 13:18:29 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2023-11-21 13:18:29 +0100 |
commit | 5052fa3ea115ff3479e70e34a8dd76dfa66af81c (patch) | |
tree | e5efb0ef659a80792f834d183f6a36f424dea819 | |
parent | b888b1b09f71a8b8b4a9d45c804a1f164fb65ac3 (diff) |
nopch fix
-rw-r--r-- | src/common/Time/Timezone.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/Time/Timezone.h b/src/common/Time/Timezone.h index 769bf0c5921..3515617ab13 100644 --- a/src/common/Time/Timezone.h +++ b/src/common/Time/Timezone.h @@ -20,6 +20,7 @@ #include "Define.h" #include "Duration.h" +#include <string> namespace Trinity::Timezone { |