aboutsummaryrefslogtreecommitdiff
path: root/src/common/Common.h
diff options
context:
space:
mode:
authorTreeston <treeston.mmoc@gmail.com>2020-07-29 00:07:41 +0200
committerGitHub <noreply@github.com>2020-07-29 00:07:41 +0200
commit7f7fa8b23d71297f75ff4ca3c1d6e38333a5cc76 (patch)
tree18a47372b2ac3e086e0e96074562af6a1172b223 /src/common/Common.h
parent210f552ac56979430f1349006c1945b29883a2bc (diff)
Core/Authserver: Split SRP6 into its own file (PR #25131)
Diffstat (limited to 'src/common/Common.h')
-rw-r--r--src/common/Common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/Common.h b/src/common/Common.h
index 2d497b213f7..92c0453ddc0 100644
--- a/src/common/Common.h
+++ b/src/common/Common.h
@@ -19,6 +19,7 @@
#define TRINITYCORE_COMMON_H
#include "Define.h"
+#include <array>
#include <memory>
#include <string>
#include <utility>