Skip to content

Commit

Permalink
Add missing include for CMaNGOS Cata
Browse files Browse the repository at this point in the history
  • Loading branch information
Niam5 committed Jul 21, 2024
1 parent 216e804 commit 7655961
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ElunaLoader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ namespace fs = std::filesystem;

#if defined TRINITY
#include "MapManager.h"
#elif defined CMANGOS
#include "Maps/MapManager.h"
#endif

extern "C" {
Expand Down

0 comments on commit 7655961

Please sign in to comment.