aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2021-11-20 01:56:55 +0100
committerShauren <shauren.trinity@gmail.com>2021-11-20 01:56:55 +0100
commit017537173034b4db21b9ecf568101586fa526405 (patch)
treed63d405c42196330f82b3837f0c82796422e897a /src
parent8cc6520b89583d4bf6549b28fa5b7390fc2b0b9d (diff)
Nopch build fix
Diffstat (limited to 'src')
-rw-r--r--src/server/game/Spells/SpellHistory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/game/Spells/SpellHistory.h b/src/server/game/Spells/SpellHistory.h
index 28ff23ddeed..43379728167 100644
--- a/src/server/game/Spells/SpellHistory.h
+++ b/src/server/game/Spells/SpellHistory.h
@@ -22,6 +22,7 @@
#include "DatabaseEnvFwd.h"
#include "Duration.h"
#include "GameTime.h"
+#include "Optional.h"
#include <deque>
#include <vector>
#include <unordered_map>