aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2025-06-17 12:36:14 +0200
committerShauren <shauren.trinity@gmail.com>2025-06-17 12:36:14 +0200
commit38f1955fcad0a2e668ac40f5d73559d47ca7f476 (patch)
treee234b9e583167cc4b6c77ad724bec00e408421ae /src/common
parentbf10c76b2c8e905ccfed63d18fb5fa465e6c6bc1 (diff)
Core/Calendar: MSVC nopch fix
Diffstat (limited to 'src/common')
-rw-r--r--src/common/Time/Timezone.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/Time/Timezone.cpp b/src/common/Time/Timezone.cpp
index 6c9e58e0c93..8e7bde19c34 100644
--- a/src/common/Time/Timezone.cpp
+++ b/src/common/Time/Timezone.cpp
@@ -20,6 +20,7 @@
#include "MapUtils.h"
#include "Tuples.h"
#include <algorithm>
+#include <array>
#include <unordered_map>
#if TRINITY_PLATFORM == TRINITY_PLATFORM_WINDOWS