Skip to content

Commit 64294b8

Browse files
committed
Fix no-pch
1 parent ea3d189 commit 64294b8

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/server/game/Craft/Crafting.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include "DB2Structure.h"
2222
#include "Item.h"
2323
#include "ItemBonusMgr.h"
24+
#include "SharedDefines.h"
2425
#include "Spell.h"
2526
#include "SpellInfo.h"
2627
#include "SpellMgr.h"

src/server/game/Craft/Crafting.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,11 @@
2323
class Item;
2424
class Player;
2525
class Spell;
26+
2627
struct CraftingDataEntry;
2728

29+
enum SpellCastResult : int32;
30+
2831
class TC_GAME_API Crafting
2932
{
3033
public:

0 commit comments

Comments
 (0)