mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
More nopch build fixes
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#define TRINITY_UNITAI_H
|
||||
|
||||
#include "Errors.h"
|
||||
#include "Hash.h"
|
||||
#include "ObjectGuid.h"
|
||||
#include "SharedDefines.h"
|
||||
#include "SpellDefines.h"
|
||||
|
||||
@@ -924,7 +924,7 @@ namespace UF
|
||||
return !!_value;
|
||||
}
|
||||
|
||||
operator bool const() const
|
||||
operator bool() const
|
||||
{
|
||||
return has_value();
|
||||
}
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
#include "Common.h"
|
||||
#include "DatabaseEnvFwd.h"
|
||||
#include "EnumFlag.h"
|
||||
#include "Hash.h"
|
||||
#include "LootItemType.h"
|
||||
#include "Optional.h"
|
||||
#include "RaceMask.h"
|
||||
|
||||
Reference in New Issue
Block a user